@andybarron/eslint-config
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -50,3 +50,3 @@ /* eslint no-magic-numbers: 0 */ | ||
indent: ['error', 2, { SwitchCase: 1 }], | ||
'init-declarations': ['error', 'always'], | ||
'init-declarations': 0, | ||
'jsx-quotes': ['error', 'prefer-single'], | ||
@@ -179,3 +179,3 @@ 'key-spacing': 'error', | ||
'no-undef-init': 'error', | ||
'no-undefined': 'error', | ||
'no-undefined': 0, | ||
'no-underscore-dangle': 'error', | ||
@@ -182,0 +182,0 @@ 'no-unexpected-multiline': 'error', |
{ | ||
"name": "@andybarron/eslint-config", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Andy's personal ESLint preferences", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
12097