Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8c7f548

Browse files
Merge pull request #12053 from petetnt/patch-1
Wrap indent-key to parentheses in .eslintrc
2 parents b87b196 + 6730a31 commit 8c7f548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"new-parens": 2,
4444
"no-new-object": 2,
4545
"no-invalid-this": 0,
46-
indent: [0, 4],
46+
"indent": [0, 4],
4747

4848
"valid-jsdoc": 0,
4949
"valid-typeof": 2,

0 commit comments

Comments
 (0)