eslint-config-planet
Advanced tools
Comparing version 2.1.0 to 3.0.0
@@ -7,2 +7,3 @@ { | ||
"rules": { | ||
"array-bracket-spacing": 2, | ||
"block-scoped-var": 2, | ||
@@ -51,6 +52,5 @@ "brace-style": 2, | ||
"quotes": [2, "single"], | ||
"space-after-function-name": 2, | ||
"space-after-keywords": 2, | ||
"space-before-blocks": 2, | ||
"space-in-brackets": 2, | ||
"space-before-function-paren": [2, "never"], | ||
"space-in-parens": 2, | ||
@@ -57,0 +57,0 @@ "space-infix-ops": 2, |
{ | ||
"name": "eslint-config-planet", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "ESLint config for Planet projects", | ||
@@ -10,7 +10,11 @@ "main": "index.js", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/planetlabs/eslint-config-planet.git" | ||
}, | ||
"devDependencies": { | ||
"code": "^1.4.0", | ||
"eslint": "^0.22.1", | ||
"eslint": "^1.0.0-rc-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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
12163
0