Skip to content

Commit

Permalink
chore: Reconfigured eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Dec 18, 2023
1 parent 2134241 commit 15f711b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = {
],
rules: {
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-import-type-side-effects': 'error',
'import/no-duplicates': 'error',
},
},
Expand Down

0 comments on commit 15f711b

Please sign in to comment.