Skip to content

Commit

Permalink
[eslint] convert to @typescript-eslint/no-unused-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 2, 2020
1 parent a3af33d commit 1ed720f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/elastic-eslint-config-kibana/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ module.exports = {
'no-undef-init': 'error',
'no-unsafe-finally': 'error',
'no-unsanitized/property': 'error',
'no-unused-expressions': 'error',
'no-unused-expressions': 'off',
'@typescript-eslint/no-unused-expressions': 'error',
'no-unused-labels': 'error',
'no-var': 'error',
'object-shorthand': 'error',
Expand Down

0 comments on commit 1ed720f

Please sign in to comment.