We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666222e commit c319164Copy full SHA for c319164
1 file changed
.eslintrc
@@ -5,6 +5,7 @@
5
"rules": {
6
"comma-dangle": [2, "never"],
7
"consistent-return": 2,
8
+ "indent": ["error", 2, {"SwitchCase": 1}],
9
"no-cond-assign": 2,
10
"no-constant-condition": 2,
11
"no-control-regex": 2,
0 commit comments