We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 458ff9b + e643ea3 commit 4fc46d9Copy full SHA for 4fc46d9
packages/eslint-config-default/index.js
@@ -14,7 +14,7 @@ module.exports = {
14
'arrow-body-style': 'off',
15
'class-methods-use-this': 'off',
16
'max-len': [2, 140, 4],
17
- 'indent': ['error', 4],
+ 'indent': ['error', 4, {'SwitchCase': 1}],
18
'no-continue': 'off',
19
'no-prototype-builtins': 'off',
20
'no-underscore-dangle': ['error', {
0 commit comments