Skip to content

Commit

Permalink
fix: reduce @typescript-eslint/strict-boolean-expressions to a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsorensenf5 committed May 3, 2024
1 parent c952457 commit bfc7c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/typescript-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.exports = {
}],
'@typescript-eslint/return-await': ['error', 'in-try-catch'], 'no-return-await': 'off',
'@typescript-eslint/sort-type-constituents': 'error',
'@typescript-eslint/strict-boolean-expressions': ['error', {
'@typescript-eslint/strict-boolean-expressions': ['warn', {
allowString: true,
allowNumber: true,
allowNullableObject: true,
Expand Down

0 comments on commit bfc7c6e

Please sign in to comment.