Skip to content

Commit

Permalink
Revert "[eslint][ts] Enable prefer-ts-expect-error (#70022)"
Browse files Browse the repository at this point in the history
This reverts commit f3c393e.
  • Loading branch information
tylersmalley authored Jul 1, 2020
1 parent bc802c3 commit 1ac24ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-kibana/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ module.exports = {
}],
'@typescript-eslint/no-var-requires': 'error',
'@typescript-eslint/unified-signatures': 'error',
'@typescript-eslint/prefer-ts-expect-error': 'warn',
'constructor-super': 'error',
'dot-notation': 'error',
'eqeqeq': ['error', 'always', {'null': 'ignore'}],
Expand Down

0 comments on commit 1ac24ba

Please sign in to comment.