Skip to content

Commit

Permalink
fix: Disable no-empty-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Mar 26, 2023
1 parent 3d9b2c4 commit 9c5dde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-useless-constructor": "error",
Expand Down

0 comments on commit 9c5dde1

Please sign in to comment.