Skip to content

Commit

Permalink
add eslint alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Sep 27, 2023
1 parent 7f893d1 commit 68c6c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
"error",
{
"newlines-between": "always",
"alphabetize": { order: 'asc' },
"groups": ["type", "builtin", "external", "parent", "sibling", "index"],
},
],
Expand Down

0 comments on commit 68c6c5a

Please sign in to comment.