We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdad9b commit 7c171aaCopy full SHA for 7c171aa
1 file changed
package.json
@@ -18,9 +18,9 @@
18
"typecheck": "tsc --noEmit",
19
"security": "pnpm audit && audit-ci",
20
"lint": "oxlint --no-error-on-unmatched-pattern",
21
- "lint:fix": "oxlint --no-error-on-unmatched-pattern --fix",
22
- "fmt": "oxfmt --check",
23
- "fmt:fix": "oxfmt --write",
+ "lint:fix": "oxlint --fix --no-error-on-unmatched-pattern",
+ "fmt": "oxfmt --check --no-error-on-unmatched-pattern",
+ "fmt:fix": "oxfmt --write --no-error-on-unmatched-pattern",
24
"test": "pnpm --filter *app --color=always test",
25
"test:e2e": "pnpm --filter *app --color=always test:e2e",
26
"test:e2e:component": "pnpm --filter *app --color=always test:e2e:component",
0 commit comments