Skip to content

Commit

Permalink
feat(@typescript-eslint): enable prefer-ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 25, 2020
1 parent e7d8832 commit 10bbc22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const config = {
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
'@typescript-eslint/prefer-regexp-exec': 'warn',
'@typescript-eslint/prefer-string-starts-ends-with': 'warn',
'@typescript-eslint/prefer-ts-expect-error': 'error',
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/require-array-sort-compare': 'warn',
'@typescript-eslint/restrict-plus-operands': 'error',
Expand Down

0 comments on commit 10bbc22

Please sign in to comment.