eslint-config-stylelint
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -0,3 +1,8 @@ | ||
# 1.0.0 | ||
* Added: eslint `2.0` compatibility. | ||
* Removed: eslint `1.0` compatibility. | ||
# 0.1.0 | ||
* Initial release | ||
* Initial release. |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3548
0
3