Skip to content

Commit 4368b04

Browse files
committed
chore: update fix script to use oxlint and oxfmt
1 parent 3e91cfd commit 4368b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint": "npx oxlint *.js src/*.js tests/**/*.js",
4141
"format": "oxfmt check *.js src/*.js tests/**/*.js",
4242
"format:fix": "oxfmt format *.js src/*.js tests/**/*.js",
43-
"fix": "npm run format:fix",
43+
"fix": "npx oxlint --fix *.js benchmarks src tests && npx oxfmt *.js benchmarks src tests/unit --write",
4444
"test": "npm run lint && node --test --experimental-test-coverage tests/**/*.js",
4545
"test:watch": "node --test --watch tests/**/*.js",
4646
"rollup": "rollup --config",

0 commit comments

Comments
 (0)