Skip to content

Commit

Permalink
Added import type enforcing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevLakhwani committed Aug 26, 2024
1 parent 1912b19 commit 86ec9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
'no-unused-vars': 'off', // disable no-unused-vars since @typescript-eslint/no-unused-vars does the same
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], // enable @typescript-eslint/no-unused-vars
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/consistent-type-imports': 'error',
'comma-dangle': [
'error',
{
Expand Down

0 comments on commit 86ec9a5

Please sign in to comment.