We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e91cfd commit 4368b04Copy full SHA for 4368b04
1 file changed
package.json
@@ -40,7 +40,7 @@
40
"lint": "npx oxlint *.js src/*.js tests/**/*.js",
41
"format": "oxfmt check *.js src/*.js tests/**/*.js",
42
"format:fix": "oxfmt format *.js src/*.js tests/**/*.js",
43
- "fix": "npm run format:fix",
+ "fix": "npx oxlint --fix *.js benchmarks src tests && npx oxfmt *.js benchmarks src tests/unit --write",
44
"test": "npm run lint && node --test --experimental-test-coverage tests/**/*.js",
45
"test:watch": "node --test --watch tests/**/*.js",
46
"rollup": "rollup --config",
0 commit comments