Skip to content

Commit

Permalink
fix: disable ts/strict-boolean-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJume committed Jun 3, 2024
1 parent 7c8304e commit ab433ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export function eslintConfig(
'yaml/quotes': 'off',

'ts/consistent-type-definitions': 'off',
'ts/strict-boolean-expressions': 'off',

'jsonc/indent': 'off',

Expand Down

0 comments on commit ab433ee

Please sign in to comment.