Skip to content

Commit 6f87d33

Browse files
committed
Cleanup package script command paths
1 parent e99845d commit 6f87d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"fix": "run-s lint:fix check:lint:fix",
5050
"knip:dependencies": "knip --dependencies",
5151
"knip:exports": "knip --include exports,duplicates",
52-
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.oxlintignore --tsconfig=./tsconfig.json .",
52+
"lint": "oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json .",
5353
"lint:fix": "npm run lint -- --fix && npm run lint:fix:fast",
5454
"lint:fix:fast": "biome format --write",
5555
"lint-staged": "lint-staged",

0 commit comments

Comments
 (0)