eslint-config-es
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -167,3 +167,3 @@ 'use strict'; | ||
'func-style': [ 2, 'expression' ], | ||
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }], | ||
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }], | ||
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }], | ||
@@ -170,0 +170,0 @@ 'linebreak-style': [ 2, 'unix' ], |
@@ -166,3 +166,3 @@ 'use strict'; | ||
'func-style': [ 2, 'expression' ], | ||
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }], | ||
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }], | ||
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }], | ||
@@ -169,0 +169,0 @@ 'linebreak-style': [ 2, 'unix' ], |
@@ -167,3 +167,3 @@ 'use strict'; | ||
'func-style': [ 2, 'expression' ], | ||
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }], | ||
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }], | ||
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }], | ||
@@ -170,0 +170,0 @@ 'linebreak-style': [ 2, 'unix' ], |
@@ -166,3 +166,3 @@ 'use strict'; | ||
'func-style': [ 2, 'expression' ], | ||
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }], | ||
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }], | ||
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }], | ||
@@ -169,0 +169,0 @@ 'linebreak-style': [ 2, 'unix' ], |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "eslint-config-es contains strict ESLint configurations for ES5 and ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
30257