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-redundant-type-constituents
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New rule: @typescript-eslint/no-redundant-type-constituents
  • Loading branch information
vuki656 committed May 4, 2022
1 parent 06830f1 commit e0f20cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core.js
Expand Up @@ -90,6 +90,7 @@ module.exports = {
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
'@typescript-eslint/no-non-null-assertion': 'error',
'@typescript-eslint/no-redeclare': 'error',
'@typescript-eslint/no-redundant-type-constituents': 'error',
'@typescript-eslint/no-shadow': 'error',
'@typescript-eslint/no-throw-literal': 'error',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
Expand Down

0 comments on commit e0f20cd

Please sign in to comment.