@idearium/eslint-config
Advanced tools
Comparing version
{ | ||
"name": "@idearium/eslint-config", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Idearium ESLint config.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -222,3 +222,3 @@ 'use strict'; | ||
'object-curly-spacing': ['error', 'always'], | ||
'object-property-newline': ['error', { allowAllPropertiesOnSameLine: true }], | ||
'object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }], | ||
'one-var': ['error', 'never'], | ||
@@ -225,0 +225,0 @@ 'one-var-declaration-per-line': 'off', |
14436
0.01%