eslint-config-planet
Advanced tools
Comparing version 3.1.0 to 4.0.0
@@ -14,3 +14,3 @@ { | ||
"dot-notation": [2, {"allowPattern": "^[a-z]+(_[a-z]+)+$"}], | ||
"indent": [2, 2], | ||
"indent": [2, 2, {"SwitchCase": 1}], | ||
"jsx-quotes": 2, | ||
@@ -17,0 +17,0 @@ "no-cond-assign": 2, |
{ | ||
"name": "eslint-config-planet", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "ESLint config for Planet projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12227