Skip to content

Commit

Permalink
Properly disable buggy import/no-unused-modules in hardcore/ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyOrekhov committed Aug 1, 2021
1 parent c488142 commit 74f0d8a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ts.json
Expand Up @@ -80,9 +80,7 @@
"import/extensions": ["error", "never"],

"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/no-type-alias": "off",

"import/no-unused-modules": "off"
"@typescript-eslint/no-type-alias": "off"
}
},

Expand Down Expand Up @@ -119,5 +117,9 @@
}
],

"rules": {
"import/no-unused-modules": "off"
},

"ignorePatterns": ["*.d.ts"]
}

0 comments on commit 74f0d8a

Please sign in to comment.