Skip to content

Commit 7c171aa

Browse files
committed
chore(scripts): reorder lint:fix flags and add --no-error-on-unmatched-pattern to fmt/fmt:fix
1 parent dfdad9b commit 7c171aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"typecheck": "tsc --noEmit",
1919
"security": "pnpm audit && audit-ci",
2020
"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",
21+
"lint:fix": "oxlint --fix --no-error-on-unmatched-pattern",
22+
"fmt": "oxfmt --check --no-error-on-unmatched-pattern",
23+
"fmt:fix": "oxfmt --write --no-error-on-unmatched-pattern",
2424
"test": "pnpm --filter *app --color=always test",
2525
"test:e2e": "pnpm --filter *app --color=always test:e2e",
2626
"test:e2e:component": "pnpm --filter *app --color=always test:e2e:component",

0 commit comments

Comments
 (0)