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

Commit

Permalink
feat(core): add @typescript-eslint/no-useless-empty-export
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New rule: @typescript-eslint/no-useless-empty-export
  • Loading branch information
vuki656 committed May 4, 2022
1 parent b886261 commit 0995950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core.js
Expand Up @@ -107,6 +107,7 @@ module.exports = {
},
],
'@typescript-eslint/no-use-before-define': 'warn',
'@typescript-eslint/no-useless-empty-export': 'error',
'@typescript-eslint/object-curly-spacing': [
'error',
'always',
Expand Down

0 comments on commit 0995950

Please sign in to comment.