Skip to content

Commit

Permalink
disable import/no-unresolved rule
Browse files Browse the repository at this point in the history
creates false positives in codacy
  • Loading branch information
dangowans committed Jul 13, 2023
1 parent e9ada80 commit ab9de23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
}
}
],
"import/no-unresolved": "off", // false positives in Codacy, covered by n/no-missing-import
"sonarjs/cognitive-complexity": "warn",
"sonarjs/no-duplicate-string": "warn",
"unicorn/consistent-function-scoping": "warn",
Expand Down

0 comments on commit ab9de23

Please sign in to comment.