We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prefer-ts-expect-error
1 parent e7d8832 commit 10bbc22Copy full SHA for 10bbc22
1 file changed
@typescript-eslint.js
@@ -101,6 +101,7 @@ const config = {
101
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
102
'@typescript-eslint/prefer-regexp-exec': 'warn',
103
'@typescript-eslint/prefer-string-starts-ends-with': 'warn',
104
+ '@typescript-eslint/prefer-ts-expect-error': 'error',
105
'@typescript-eslint/promise-function-async': 'error',
106
'@typescript-eslint/require-array-sort-compare': 'warn',
107
'@typescript-eslint/restrict-plus-operands': 'error',
0 commit comments