eslint-config-planet
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -15,2 +15,3 @@ { | ||
"indent": [2, 2], | ||
"jsx-quotes": 2, | ||
"no-cond-assign": 2, | ||
@@ -17,0 +18,0 @@ "no-console": 2, |
@@ -10,3 +10,2 @@ { | ||
"react/jsx-boolean-value": 2, | ||
"react/jsx-quotes": 2, | ||
"react/jsx-no-undef": 2, | ||
@@ -13,0 +12,0 @@ "react/jsx-sort-props": 2, |
{ | ||
"name": "eslint-config-planet", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "ESLint config for Planet projects", | ||
@@ -15,6 +15,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"code": "^1.4.0", | ||
"eslint": "^1.0.0-rc-1", | ||
"lab": "^5.10.0" | ||
"code": "^1.5.0", | ||
"eslint": "^1.6.0", | ||
"lab": "^6.2.0" | ||
} | ||
} |
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
12208