Skip to content

Commit

Permalink
Disabled no-empty-interface for .d.ts files
Browse files Browse the repository at this point in the history
They are used relative frequently and these files don't need to be as strict
  • Loading branch information
luvies committed Jun 20, 2019
1 parent c8f07c6 commit 64a930a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
{
"files": ["*.d.ts"],
"rules": {
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}
Expand Down

0 comments on commit 64a930a

Please sign in to comment.