Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
remove case sort from lint (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon authored Sep 16, 2020
1 parent 5d06e69 commit f88f72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'sort-imports': [
'warn',
{
ignoreCase: true,
ignoreDeclarationSort: true,
},
],
Expand Down

0 comments on commit f88f72f

Please sign in to comment.