Skip to content

Commit 4fc46d9

Browse files
author
Dennis Coorn
committed
Merge remote-tracking branch 'origin/master' into update-airbnb-base
2 parents 458ff9b + e643ea3 commit 4fc46d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-default/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
'arrow-body-style': 'off',
1515
'class-methods-use-this': 'off',
1616
'max-len': [2, 140, 4],
17-
'indent': ['error', 4],
17+
'indent': ['error', 4, {'SwitchCase': 1}],
1818
'no-continue': 'off',
1919
'no-prototype-builtins': 'off',
2020
'no-underscore-dangle': ['error', {

0 commit comments

Comments
 (0)