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 0.1.0 to 1.0.0

7

CHANGELOG.md

@@ -0,3 +1,8 @@

# 1.0.0
* Added: eslint `2.0` compatibility.
* Removed: eslint `1.0` compatibility.
# 0.1.0
* Initial release
* Initial release.

10

eslintrc.json
{
"extends": "eslint:recommended",
"ecmaFeatures": {
"modules": true
"parserOptions": {
"sourceType": "module"
},

@@ -19,4 +19,4 @@ "env": {

} ],
"quotes": [ 2, "double" ],
"no-console": 0,
"keyword-spacing": 2,
"no-console": 2,
"no-multiple-empty-lines": [ 2, {

@@ -27,4 +27,4 @@ "max": 1

"object-curly-spacing": [2, "always"],
"quotes": [ 2, "double" ],
"semi": [ 2, "never" ],
"space-after-keywords": [ 2, "always" ],
"space-before-blocks": [ 2, "always" ],

@@ -31,0 +31,0 @@ "space-before-function-paren": [ 2, {

{
"name": "eslint-config-stylelint",
"version": "0.1.0",
"version": "1.0.0",
"description": "stylelint org's shareable config for eslint",

@@ -15,2 +15,4 @@ "keywords": [

},
"homepage": "https://github.com/stylelint/eslint-config-stylelint",
"bugs": "https://github.com/stylelint/eslint-config-stylelint/issues",
"main": "index.js",

@@ -22,4 +24,5 @@ "files": [

"devDependencies": {
"eslint": "^1.0.0",
"tape": "^4.0.2"
"eslint": "^2.2.0",
"npmpub": "^3.0.3",
"tape": "^4.4.0"
},

@@ -29,4 +32,5 @@ "scripts": {

"tape": "tape \"__tests__/**/*.js\"",
"test": "npm run lint && npm run tape"
"test": "npm run lint && npm run tape",
"release": "npmpub"
}
}

Sorry, the diff of this file is not supported yet

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