Skip to content

Commit 22be64d

Browse files
committed
quoted rule name
1 parent 43921c8 commit 22be64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"quotes": 0,
1414
"no-multi-str": 0,
1515
"comma-dangle": [2, "only-multiline"],
16-
'indent': [2, 2, {"SwitchCase": 1, "VariableDeclarator": { "var": 2, "let": 2, "const": 3 } }],
16+
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": { "var": 2, "let": 2, "const": 3 } }],
1717
"one-var": 0,
1818
"promise/catch-or-return": 2
1919
}

0 commit comments

Comments
 (0)