Skip to content

Commit

Permalink
dedupe imports
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 27, 2023
1 parent 96236d0 commit f33d604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
// Enables
"@typescript-eslint/consistent-type-imports": "error",
"import/order": "error",
"import/no-duplicates": "error",
},
settings: {
// 'import/resolver': {
Expand Down

0 comments on commit f33d604

Please sign in to comment.