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

Commit

Permalink
Merge pull request #353 from saiichihashimoto/disable-strict-boolean-…
Browse files Browse the repository at this point in the history
…expressions

fix(rules disable strict-boolean-expressions):
  • Loading branch information
saiichihashimoto committed Aug 14, 2020
2 parents 23e09cf + bc63890 commit ee51b05
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 ee51b05

Please sign in to comment.