eslint-config-vast
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -25,2 +25,4 @@ 'use strict'; | ||
'class-methods-use-this': 2, | ||
curly: 2, | ||
'dot-notation': 2, | ||
eqeqeq: 2, | ||
@@ -73,6 +75,5 @@ 'guard-for-in': 2, | ||
'consistent-this': 2, | ||
curly: 2, | ||
'dot-notation': 2, | ||
'eol-last': 2, | ||
indent: [2, 4, { SwitchCase: 1 }], | ||
'eol-last': 2, | ||
'jsx-quotes': 2, | ||
'key-spacing': 2, | ||
@@ -79,0 +80,0 @@ 'keyword-spacing': 2, |
{ | ||
"name": "eslint-config-vast", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "ESLint shareable config for Vast's JavaScript coding standards", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,5 +45,2 @@ # eslint-config-vast | ||
"GLOBAL2": false | ||
}, | ||
"rules": { | ||
// Your overrides... | ||
} | ||
@@ -50,0 +47,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
131
11047
129