@andybarron/eslint-config
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -11,3 +11,3 @@ /* eslint no-magic-numbers: 0 */ | ||
'arrow-body-style': 0, | ||
'arrow-parens': ['error', 'as-needed'], | ||
'arrow-parens': ['error', 'always'], | ||
'arrow-spacing': 'error', | ||
@@ -50,3 +50,3 @@ 'block-scoped-var': 'error', | ||
'implicit-arrow-linebreak': ['error', 'beside'], | ||
indent: ['error', 2], | ||
indent: ['error', 2, { SwitchCase: 1 }], | ||
'init-declarations': ['error', 'always'], | ||
@@ -53,0 +53,0 @@ 'jsx-quotes': ['error', 'prefer-single'], |
{ | ||
"name": "@andybarron/eslint-config", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
12121