Skip to content

Commit

Permalink
fix: Add import selector to@typescript-eslint/naming-convention
Browse files Browse the repository at this point in the history
  • Loading branch information
xarety committed Apr 3, 2024
1 parent a7c0c72 commit 440bd15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/naming-convention.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ const namingConventionOptions = ['error',
format: null,
modifiers: ['requiresQuotes'],
},

{
selector: 'import',
format: ['camelCase', 'PascalCase'],
},
];

module.exports = {
Expand Down

0 comments on commit 440bd15

Please sign in to comment.