We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13dc9f5 commit 02c5330Copy full SHA for 02c5330
src/index.ts
@@ -112,7 +112,7 @@ const allRules = {
112
[preferCalledWithName]: 'warn',
113
[preferToBeFalsyName]: 'warn',
114
[preferToBeObjectName]: 'warn',
115
- [preferToBeTruthyName]: 'warn',
+ [preferToBeTruthyName]: 'off',
116
[preferToHaveLengthName]: 'warn',
117
[preferEqualityMatcherName]: 'warn',
118
[preferStrictEqualName]: 'warn',
@@ -149,7 +149,7 @@ const allRules = {
149
[validDescribeCallbackName]: 'warn',
150
[requireLocalTestContextForConcurrentSnapshotsName]: 'warn',
151
[noImportNodeTestName]: 'warn',
152
- [preferStrictBooleanMatchersName]: 'off',
+ [preferStrictBooleanMatchersName]: 'warn',
153
[requireMockTypeParametersName]: 'warn'
154
} as const
155
0 commit comments