eslint-config-is2ei
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -218,3 +218,8 @@ /* eslint-disable no-magic-numbers */ | ||
"object-shorthand": "error", | ||
"one-var": "error", | ||
"one-var": [ | ||
"error", | ||
{ | ||
"const": "never" | ||
} | ||
], | ||
"one-var-declaration-per-line": "error", | ||
@@ -221,0 +226,0 @@ "operator-assignment": "error", |
{ | ||
"name": "eslint-config-is2ei", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "ESLint Shareable Config", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
11657
281