eslint-config-planet
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -12,2 +12,3 @@ { | ||
"dot-notation": [2, {"allowPattern": "^[a-z]+(_[a-z]+)+$"}], | ||
"indent": [2, 2], | ||
"no-console": 2, | ||
@@ -20,2 +21,3 @@ "no-eq-null": 2, | ||
"no-use-before-define": [2, "nofunc"], | ||
"object-curly-spacing": 2, | ||
"quotes": [2, "single"], | ||
@@ -22,0 +24,0 @@ "space-after-function-name": 2, |
{ | ||
"name": "eslint-config-planet", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "ESLint config for Planet projects", | ||
@@ -12,5 +12,5 @@ "main": "index.js", | ||
"code": "^1.4.0", | ||
"eslint": "^0.21.2", | ||
"eslint": "^0.22.1", | ||
"lab": "^5.10.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
11227
225