Skip to content

Commit f240be0

Browse files
committed
fix: use correct jest prefix
1 parent 19cb923 commit f240be0

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

index.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"typescript",
66
"oxc",
77
"unicorn",
8-
"vitest"
8+
"vitest",
9+
"jest"
910
],
1011
"env": {
1112
"es2024": true
@@ -93,7 +94,8 @@
9394
// Vitest plugin rules
9495
// ============================================================
9596
// Always use `test()` instead of `it()` for consistency
96-
"vitest/consistent-test-it": [
97+
// Uses 'jest' because they use the same logic, apparently
98+
"jest/consistent-test-it": [
9799
"error",
98100
{
99101
"fn": "test",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectwallace/preset-oxlint",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Opinionated Project Wallace preset for Oxlint",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)