eslint-config-openlayers
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -13,3 +13,3 @@ { | ||
"default-case": 2, | ||
"indent": [2, 2], | ||
"indent": [2, 2, {"VariableDeclarator": 2, "SwitchCase": 1}], | ||
"no-cond-assign": 2, | ||
@@ -40,3 +40,2 @@ "no-console": 2, | ||
"no-octal": 2, | ||
"no-process-exit": 0, | ||
"no-redeclare": 2, | ||
@@ -46,3 +45,3 @@ "no-regex-spaces": 2, | ||
"no-undef": 2, | ||
"no-underscore-dangle": 0, | ||
"no-unexpected-multiline": 2, | ||
"no-unreachable": 2, | ||
@@ -60,3 +59,2 @@ "no-unused-vars": [2, {"vars": "all", "args": "none"}], | ||
"space-unary-ops": 2, | ||
"strict": 0, | ||
"use-isnan": 2, | ||
@@ -63,0 +61,0 @@ "valid-jsdoc": [2, { |
{ | ||
"name": "eslint-config-openlayers", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "ESLint configuration for OpenLayers", | ||
@@ -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
10136
215