Skip to content

Commit 273d197

Browse files
authored
revert: remove @typescript-eslint/strict-boolean-expressions (#37)
introducing this was a breaking change to properly introduce this it needs to be configured less strict reverts #5
1 parent 3e0a9f3 commit 273d197

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

index.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,6 @@ const eslintConfig = {
7474
{
7575
files: ['**/*.{ts,vue}'],
7676
extends: ['plugin:@typescript-eslint/recommended-requiring-type-checking'],
77-
rules: {
78-
'@typescript-eslint/strict-boolean-expressions': [
79-
'error',
80-
{
81-
allowString: false,
82-
allowNumber: false,
83-
allowNullableObject: false,
84-
allowNullableBoolean: false,
85-
allowNullableString: false,
86-
allowNullableNumber: false,
87-
allowAny: false,
88-
allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing: false,
89-
},
90-
],
91-
},
9277
},
9378
],
9479
reportUnusedDisableDirectives: true,

0 commit comments

Comments
 (0)