Skip to content

Commit

Permalink
chore: remove deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Aug 2, 2023
1 parent 377ee74 commit 927d2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
},
],
'import/export': 'error',
'@typescript-eslint/no-duplicate-imports': ['error'],
'import/no-duplicates': ['error'],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': [
'warn',
Expand Down

0 comments on commit 927d2b1

Please sign in to comment.