Skip to content

Commit

Permalink
fix: remove conflict with another rule (#657)
Browse files Browse the repository at this point in the history
* fix: remove conflict with another rule

* chore: apply linter
  • Loading branch information
veritem authored Feb 12, 2025
1 parent 35ae431 commit d81da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const allRules = {
[validDescribeCallbackName]: 'warn',
[requireLocalTestContextForConcurrentSnapshotsName]: 'warn',
[noImportNodeTestName]: 'warn',
[preferStrictBooleanMatchersName]: 'warn',
[preferStrictBooleanMatchersName]: 'off',
[requireMockTypeParametersName]: 'warn'
} as const

Expand Down

0 comments on commit d81da70

Please sign in to comment.