Skip to content

Commit

Permalink
fix: allow pascal case for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpdq committed Dec 14, 2023
1 parent 4f72aca commit 29ab711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ const typescriptRules = {
match: false,
},
},
{
selector: 'import',
format: ['camelCase', 'PascalCase'],
},
],
'@typescript-eslint/no-array-constructor': 2,
'@typescript-eslint/no-empty-interface': 2,
Expand Down

0 comments on commit 29ab711

Please sign in to comment.