Skip to content

Commit

Permalink
chore(eslint): add 'import/no-named-as-default-member' off
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon committed Dec 24, 2024
1 parent a2355a5 commit 5e6610e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default tseslint.config(
'import/no-unresolved': ['error', { commonjs: true, amd: true }],
'import/export': 'error',
'import/no-duplicates': ['error'],
'import/no-named-as-default-member': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': [
'warn',
Expand Down

0 comments on commit 5e6610e

Please sign in to comment.