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.
1 parent 96c727f commit c6b10f6Copy full SHA for c6b10f6
1 file changed
eslintrc.json
@@ -44,7 +44,7 @@
44
"global-strict": 0,
45
"guard-for-in": 0,
46
"handle-callback-err": [2, "^(err|error)$" ],
47
- "indent": [2, 2],
+ "indent": [2, 2, { "indentSwitchCase": true }],
48
"init-declarations": 0,
49
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
50
"linebreak-style": 0,
0 commit comments