Skip to content

Commit 05f9c66

Browse files
author
devgioele
committed
rm rule @typescript-eslint/strict-boolean-expressions from ts config
1 parent 444d432 commit 05f9c66

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ts.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ module.exports = {
5656
allow: ['warn', 'error', 'assert']
5757
}
5858
],
59-
'@typescript-eslint/strict-boolean-expressions': [
60-
'error',
61-
{
62-
allowNullableBoolean: true
63-
}
64-
],
6559
'no-implicit-coercion': 'error',
6660
curly: ['error', 'all'],
6761
'object-shorthand': ['error'],

0 commit comments

Comments
 (0)