Skip to content

Commit 06a4ad1

Browse files
committed
1 parent c7c799c commit 06a4ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ module.exports = {
390390
'@typescript-eslint/no-unnecessary-qualifier': 'error',
391391
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
392392
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
393+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
393394

394395
// TODO: Enable these again when we can use ESM natively in Node.js. These rules cause problems with syntax like `import x = require('x');`
395396
// '@typescript-eslint/no-unsafe-assignment': 'error',

0 commit comments

Comments
 (0)