Skip to content

Commit

Permalink
fix: disable ts no-empty-interface rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernanberg committed Nov 4, 2022
1 parent 786e3e7 commit 4156495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ module.exports = {
rules: {
//https://github.com/typescript-eslint/typescript-eslint/issues/2483
'no-shadow': 'off',
// https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-empty-interface.md
'@typescript-eslint/no-empty-interface': 'off',
// https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-shadow.md
'@typescript-eslint/no-shadow': 'error',
// https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-imports.md
Expand Down

0 comments on commit 4156495

Please sign in to comment.