Skip to content

Commit

Permalink
disable n/no-missing-import
Browse files Browse the repository at this point in the history
eslint-plugin-import checks imports already
  • Loading branch information
dangowans committed Dec 4, 2023
1 parent 36c4d71 commit 3a551f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint-config-cityssm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ module.exports = {
}
],

'n/no-missing-import': 'off',

'no-extra-semi': 'off',

'sonarjs/cognitive-complexity': ['warn', 20],
Expand Down

0 comments on commit 3a551f5

Please sign in to comment.