Skip to content

Commit 2e9341f

Browse files
committed
chore: sort eslint envs alphabetically
1 parent 3bf178d commit 2e9341f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"env": {
44
"browser": true,
55
"commonjs": true,
6-
"node": true,
7-
"mocha": true
6+
"mocha": true,
7+
"node": true
88
},
99
"extends": ["eslint:recommended"],
1010
"rules": {

0 commit comments

Comments
 (0)