Skip to content

Commit 10bbc22

Browse files
committed
feat(@typescript-eslint): enable prefer-ts-expect-error
1 parent e7d8832 commit 10bbc22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

@typescript-eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const config = {
101101
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
102102
'@typescript-eslint/prefer-regexp-exec': 'warn',
103103
'@typescript-eslint/prefer-string-starts-ends-with': 'warn',
104+
'@typescript-eslint/prefer-ts-expect-error': 'error',
104105
'@typescript-eslint/promise-function-async': 'error',
105106
'@typescript-eslint/require-array-sort-compare': 'warn',
106107
'@typescript-eslint/restrict-plus-operands': 'error',

0 commit comments

Comments
 (0)