Skip to content

Commit 48bbe12

Browse files
committed
refactor(package.json): update lint:fix command and runtime version format
- Changed lint:fix command to include --fix-suggestions - Updated runtime version format to include a space Signed-off-by: J3m5 <5523410+J3m5@users.noreply.github.com>
1 parent 1787767 commit 48bbe12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"knip": "knip",
5353
"knip:fix": "knip --fix",
5454
"lint": "oxlint",
55-
"lint:fix": "oxlint --fix",
55+
"lint:fix": "oxlint --fix --fix-suggestions",
5656
"test": "vitest run",
5757
"test:coverage": "vitest --coverage",
5858
"test:watch": "vitest --watch",
@@ -91,7 +91,7 @@
9191
},
9292
"runtime": {
9393
"name": "node",
94-
"version": ">=20"
94+
"version": ">= 20"
9595
}
9696
}
9797
}

0 commit comments

Comments
 (0)