Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
feat(typescript): allowed single interface extends
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 27, 2019
1 parent 63862c8 commit 378e106
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ module.exports = {
functions: false
}
],
'@typescript-eslint/no-empty-interface': [
'error',
{
allowSingleExtends: true
}
],
'jsdoc/check-examples': 'warn',
'jsdoc/check-param-names': 'error',
'jsdoc/check-tag-names': 'error',
Expand Down

0 comments on commit 378e106

Please sign in to comment.