Skip to content

Commit 50a39ec

Browse files
committed
sort eslintrc
1 parent f7837ca commit 50a39ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"root": true,
32
"env": {
43
"browser": true,
54
"es2021": true,
@@ -17,5 +16,6 @@
1716
"sourceType": "module"
1817
},
1918
"plugins": ["@typescript-eslint"],
19+
"root": true,
2020
"rules": {}
2121
}

0 commit comments

Comments
 (0)