Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-stylelint

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-stylelint - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 2.0.0
* Added: rules for consistent whitespace.
# 1.0.0

@@ -2,0 +6,0 @@

@@ -14,4 +14,7 @@ {

} ],
"block-spacing": 2,
"comma-dangle": [ 2, "always-multiline" ],
"comma-spacing": 2,
"comma-style": [ 2, "last" ],
"eol-last": 2,
"indent": [ 2, 2, {

@@ -21,7 +24,11 @@ "SwitchCase": 1

"keyword-spacing": 2,
"linebreak-style": 2,
"no-console": 2,
"no-mixed-spaces-and-tabs": 2,
"no-multiple-empty-lines": [ 2, {
"max": 1
} ],
"no-trailing-spaces": 2,
"no-use-before-define": [ 2, "nofunc" ],
"no-whitespace-before-property": 2,
"object-curly-spacing": [2, "always"],

@@ -36,4 +43,6 @@ "quotes": [ 2, "double" ],

"space-in-parens": [ 2, "never" ],
"spaced-comment": [ 2, "always" ]
"space-infix-ops": 2,
"space-unary-ops": 2,
"spaced-comment": [ 2, "always" ]
}
}

2

package.json
{
"name": "eslint-config-stylelint",
"version": "1.0.0",
"version": "2.0.0",
"description": "stylelint org's shareable config for eslint",

@@ -5,0 +5,0 @@ "keywords": [

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