Skip to content

Commit

Permalink
Remove sort-imports rule override
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jun 13, 2024
1 parent 3990b56 commit 2e69043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"func-style": "off",
"sort-imports": "off"
"func-style": "off"
}
}],
"settings": {
Expand Down

0 comments on commit 2e69043

Please sign in to comment.