Skip to content

Commit 54023b6

Browse files
committed
add root: true to .eslintrc
1 parent a174022 commit 54023b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"root": true,
23
"rules": {
34
"indent": [ 2, "tab", { "SwitchCase": 1 } ],
45
"quotes": [ 2, "single" ],

0 commit comments

Comments
 (0)