Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
'@typescript-eslint/no-empty-interface': 'off' - allows for legible t…
Browse files Browse the repository at this point in the history
…ypes i.e. 'interface T extends TAlias {}'
  • Loading branch information
andreineculau committed Nov 23, 2019
1 parent 421387f commit d4d0cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
// tslint:no-angle-bracket-type-assertion, tslint: no-object-literal-type-assertion
'@typescript-eslint/consistent-type-assertions': 'error',

'@typescript-eslint/no-empty-interface': 'error',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-explicit-any': 'off', // tslint:no-any
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-inferrable-types': 'off',
Expand Down

0 comments on commit d4d0cef

Please sign in to comment.