Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
fix(rules): disable strict-boolean-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto committed Aug 14, 2020
1 parent 23e09cf commit bc63890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ module.exports = {
'@typescript-eslint/return-await': 'error',
'@typescript-eslint/semi': semi,
'@typescript-eslint/space-before-function-paren': spaceBeforeFunctionParen,
'@typescript-eslint/strict-boolean-expressions': 'error',
'@typescript-eslint/strict-boolean-expressions': 'off',
'@typescript-eslint/switch-exhaustiveness-check': 'error',
'@typescript-eslint/triple-slash-reference': 'error',
'@typescript-eslint/type-annotation-spacing': 'error',
Expand Down

0 comments on commit bc63890

Please sign in to comment.