Skip to content

Commit c3d723b

Browse files
committed
1 parent 1a02f88 commit c3d723b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ module.exports = {
299299
],
300300
'no-throw-literal': 'off',
301301
'@typescript-eslint/no-throw-literal': 'error',
302+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
302303

303304
// TODO: Reconsider enabling this again in 2020.
304305
// Disable because it has too many false-positives: https://github.com/typescript-eslint/typescript-eslint/search?q=no-unnecessary-condition+is%3Aissue&state=open&type=Issues

0 commit comments

Comments
 (0)