There was an error while loading. Please reload this page.
1 parent 35ae431 commit d81da70Copy full SHA for d81da70
src/index.ts
@@ -149,7 +149,7 @@ const allRules = {
149
[validDescribeCallbackName]: 'warn',
150
[requireLocalTestContextForConcurrentSnapshotsName]: 'warn',
151
[noImportNodeTestName]: 'warn',
152
- [preferStrictBooleanMatchersName]: 'warn',
+ [preferStrictBooleanMatchersName]: 'off',
153
[requireMockTypeParametersName]: 'warn'
154
} as const
155
0 commit comments