Socket
Socket
Sign inDemoInstall

stylelint-config-standard

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-standard - npm Package Compare versions

Comparing version 25.0.0 to 26.0.0

3

index.js

@@ -89,2 +89,3 @@ 'use strict';

'hue-degree-notation': 'angle',
'import-notation': 'string',
indentation: 2,

@@ -112,3 +113,2 @@ 'keyframes-name-pattern': [

'no-eol-whitespace': true,
'no-irregular-whitespace': true,
'no-missing-end-of-source-newline': true,

@@ -150,2 +150,3 @@ 'number-leading-zero': 'always',

'selector-no-vendor-prefix': true,
'selector-not-notation': 'complex',
'selector-pseudo-class-case': 'lower',

@@ -152,0 +153,0 @@ 'selector-pseudo-class-parentheses-space-inside': 'never',

{
"name": "stylelint-config-standard",
"version": "25.0.0",
"version": "26.0.0",
"description": "Standard shareable config for Stylelint",

@@ -48,3 +48,3 @@ "keywords": [

"dependencies": {
"stylelint-config-recommended": "^7.0.0"
"stylelint-config-recommended": "^8.0.0"
},

@@ -54,16 +54,16 @@ "devDependencies": {

"@stylelint/remark-preset": "^3.0.0",
"eslint": "^8.8.0",
"eslint-config-stylelint": "^15.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.3",
"np": "^7.6.0",
"eslint": "^8.16.0",
"eslint-config-stylelint": "^15.1.0",
"husky": "^8.0.1",
"jest": "^28.1.0",
"lint-staged": "^12.4.2",
"np": "^7.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"remark-cli": "^10.0.1",
"stylelint": "^14.4.0"
"stylelint": "^14.9.0"
},
"peerDependencies": {
"stylelint": "^14.4.0"
"stylelint": "^14.9.0"
}
}

@@ -20,4 +20,4 @@ # stylelint-config-standard

```css
@import url("x.css");
@import url("y.css");
@import "x.css";
@import "y.css";

@@ -24,0 +24,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc