Skip to content

Commit d81da70

Browse files
authoredFeb 12, 2025··
fix: remove conflict with another rule (#657)
* fix: remove conflict with another rule * chore: apply linter
1 parent 35ae431 commit d81da70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const allRules = {
149149
[validDescribeCallbackName]: 'warn',
150150
[requireLocalTestContextForConcurrentSnapshotsName]: 'warn',
151151
[noImportNodeTestName]: 'warn',
152-
[preferStrictBooleanMatchersName]: 'warn',
152+
[preferStrictBooleanMatchersName]: 'off',
153153
[requireMockTypeParametersName]: 'warn'
154154
} as const
155155

0 commit comments

Comments
 (0)
Please sign in to comment.