Skip to content

Commit

Permalink
feat: add import/consistent-type-specifier-style
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 16, 2023
1 parent 096e062 commit 8f9a3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configurations/eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const importRules = {
'import/consistent-type-specifier-style': [2, 'prefer-inline'],
'import/default': 2,
'import/dynamic-import-chunkname': 0,
'import/export': 2,
Expand Down

0 comments on commit 8f9a3f5

Please sign in to comment.