Skip to content

Commit

Permalink
Disable import/no-duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Mar 24, 2022
1 parent 1f7949e commit 6358fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ const config = {

// Rules that duplicate TypeScript features
"import/default": "off",
"import/no-duplicates": "off", // Until https://github.com/xojs/eslint-config-xo-typescript/pull/55
"@typescript-eslint/no-implicit-any-catch": "off",

// TODO: The rule is currently broken, it should accept `throw unknown` but doesn't
Expand Down

0 comments on commit 6358fc0

Please sign in to comment.