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 a1d668b commit 90ec81cCopy full SHA for 90ec81c
1 file changed
package.json
@@ -22,7 +22,7 @@
22
"clean:watchman": "watchman watch-del \".\"",
23
"clean:all": "run-s clean:build clean:tarballs clean:caches clean:deps clean:watchman",
24
"fix": "run-s fix:oxfmt fix:oxlint",
25
- "fix:oxlint": "oxlint packages/ --fix",
+ "fix:oxlint": "oxlint . --fix",
26
"fix:oxfmt": "oxfmt . --write",
27
"format:check": "oxfmt . --check",
28
"format": "oxfmt . --write",
0 commit comments