eslint-config-planet
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -7,13 +7,41 @@ { | ||
"rules": { | ||
"comma-style": 2, | ||
"block-scoped-var": 2, | ||
"brace-style": 2, | ||
"comma-dangle": [2, "never"], | ||
"comma-style": 2, | ||
"default-case": 2, | ||
"dot-notation": [2, {"allowPattern": "^[a-z]+(_[a-z]+)+$"}], | ||
"indent": [2, 2], | ||
"no-cond-assign": 2, | ||
"no-console": 2, | ||
"no-constant-condition": 2, | ||
"no-control-regex": 2, | ||
"no-debugger": 2, | ||
"no-delete-var": 2, | ||
"no-dupe-args": 2, | ||
"no-dupe-keys": 2, | ||
"no-duplicate-case": 2, | ||
"no-empty": 2, | ||
"no-empty-character-class": 2, | ||
"no-eq-null": 2, | ||
"no-ex-assign": 2, | ||
"no-extra-boolean-cast": 2, | ||
"no-extra-semi": 2, | ||
"no-fallthrough": 2, | ||
"no-func-assign": 2, | ||
"no-inner-declarations": [2, "functions"], | ||
"no-invalid-regexp": 2, | ||
"no-irregular-whitespace": 2, | ||
"no-mixed-spaces-and-tabs": [2, false], | ||
"no-multiple-empty-lines": 2, | ||
"no-negated-in-lhs": 2, | ||
"no-obj-calls": 2, | ||
"no-octal": 2, | ||
"no-process-exit": 0, | ||
"no-redeclare": 2, | ||
"no-regex-spaces": 2, | ||
"no-sparse-arrays": 2, | ||
"no-undef": 2, | ||
"no-underscore-dangle": 0, | ||
"no-unreachable": 2, | ||
"no-unused-vars": [2, {"vars": "all", "args": "none"}], | ||
@@ -31,4 +59,6 @@ "no-use-before-define": [2, "nofunc"], | ||
"space-unary-ops": 2, | ||
"strict": 0 | ||
"strict": 0, | ||
"use-isnan": 2, | ||
"valid-typeof": 2 | ||
} | ||
} |
{ | ||
"name": "eslint-config-planet", | ||
"version": "2.0.0", | ||
"version": "2.1.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
12034
255