eslint-config-planet
Advanced tools
Comparing version 4.1.0 to 5.0.0-beta.1
@@ -16,2 +16,3 @@ { | ||
"jsx-quotes": 2, | ||
"keyword-spacing": 2, | ||
"no-cond-assign": 2, | ||
@@ -52,3 +53,2 @@ "no-console": 2, | ||
"quotes": [2, "single"], | ||
"space-after-keywords": 2, | ||
"space-before-blocks": 2, | ||
@@ -58,3 +58,2 @@ "space-before-function-paren": [2, "never"], | ||
"space-infix-ops": 2, | ||
"space-return-throw-case": 2, | ||
"space-unary-ops": 2, | ||
@@ -61,0 +60,0 @@ "strict": 0, |
{ | ||
"name": "eslint-config-planet", | ||
"version": "4.1.0", | ||
"version": "5.0.0-beta.1", | ||
"description": "ESLint config for Planet projects", | ||
@@ -15,6 +15,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"code": "^1.5.0", | ||
"eslint": "^1.6.0", | ||
"lab": "^6.2.0" | ||
"code": "2.1.0", | ||
"eslint": "2.0.0-beta.3", | ||
"lab": "8.2.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "./config/base.json" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
11968
12
253
2