eslint-config-piecioshka
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "eslint-config-piecioshka", | ||
"version": "1.1.7", | ||
"description": "ESLint (for v3.16.0) configuration of my style. Defined all rules.", | ||
"version": "1.1.8", | ||
"description": "ESLint (for v3.17.1) configuration of my style. Defined all rules.", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -507,5 +507,3 @@ 'use strict'; | ||
// require variables within the same declaration block to be sorted | ||
"sort-vars": [2, { | ||
"ignoreCase": true | ||
}], | ||
"sort-vars": [0], | ||
// enforce consistent spacing before blocks | ||
@@ -512,0 +510,0 @@ "space-before-blocks": [2, "always"], |
29186
715