Skip to content

Commit

Permalink
chore: sort eslint envs alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Oct 13, 2019
1 parent 3bf178d commit 2e9341f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Expand Up @@ -3,8 +3,8 @@
"env": {
"browser": true,
"commonjs": true,
"node": true,
"mocha": true
"mocha": true,
"node": true
},
"extends": ["eslint:recommended"],
"rules": {
Expand Down

0 comments on commit 2e9341f

Please sign in to comment.