eslint-config-spaced
Advanced tools
Comparing version 1.0.0 to 1.1.0
module.exports = { | ||
'extends': 'airbnb', | ||
'parser': 'babel-eslint', | ||
'ecmaFeatures': { | ||
@@ -4,0 +5,0 @@ 'experimentalObjectRestSpread': true, |
{ | ||
"name": "eslint-config-spaced", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "An extensible shared config for ESLint", | ||
@@ -29,2 +29,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"babel-eslint": "^5.0.0-beta6", | ||
"commitizen": "^2.4.6", | ||
@@ -38,2 +39,3 @@ "cz-conventional-changelog": "^1.1.5", | ||
"peerDependencies": { | ||
"babel-eslint": "^5.0.0-beta6", | ||
"eslint": "^1.10.3", | ||
@@ -40,0 +42,0 @@ "eslint-config-airbnb": "^2.1.1", |
@@ -10,6 +10,7 @@ # Spaced | ||
`eslint-plugin-react` which that library depends on, | ||
`babel-eslint` which is used as the parser, | ||
and `eslint` itself. | ||
``` | ||
npm install --save-dev eslint-config-spaced eslint-config-airbnb eslint-plugin-react eslint | ||
npm install --save-dev eslint-config-spaced eslint-config-airbnb eslint-plugin-react babel-eslint eslint | ||
``` | ||
@@ -16,0 +17,0 @@ |
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
3895
36
26
4
7