|
47 | 47 | "knip:dependencies": "knip --dependencies", |
48 | 48 | "knip:exports": "knip --include exports,duplicates", |
49 | 49 | "lint": "dotenvx -q run -f .env.local -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json .", |
50 | | - "lint:dist:fix": "run-s lint:dist:fix:*", |
| 50 | + "lint:dist:fix": "run-s -c lint:dist:fix:*", |
51 | 51 | "lint:dist:fix:oxlint": "dotenvx -q run -f .env.dist -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --silent --fix ./dist | dev-null", |
52 | 52 | "lint:dist:fix:biome": "dotenvx -q run -f .env.dist -- biome format --log-level=none --fix ./dist | dev-null", |
53 | 53 | "//lint:dist:fix:eslint": "dotenvx -q run -f .env.dist -- eslint --report-unused-disable-directives --quiet --fix ./dist | dev-null", |
54 | | - "lint:external:fix": "run-s lint:external:fix:*", |
| 54 | + "lint:external:fix": "run-s -c lint:external:fix:*", |
55 | 55 | "lint:external:fix:oxlint": "dotenvx -q run -f .env.external -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --silent --fix ./external | dev-null", |
56 | 56 | "lint:external:fix:biome": "dotenvx -q run -f .env.external -- biome format --log-level=none --fix ./external | dev-null", |
57 | 57 | "//lint:external:fix:eslint": "dotenvx -q run -f .env.external -- eslint --report-unused-disable-directives --quiet --fix ./external | dev-null", |
58 | | - "lint:fix": "run-s lint:fix:*", |
| 58 | + "lint:fix": "run-s -c lint:fix:*", |
59 | 59 | "lint:fix:oxlint": "dotenvx -q run -f .env.local -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json --quiet --fix .", |
60 | 60 | "lint:fix:biome": "dotenvx -q run -f .env.local -- biome format --log-level=none --fix .", |
61 | 61 | "lint:fix:eslint": "dotenvx -q run -f .env.local -- eslint --report-unused-disable-directives --fix .", |
|
0 commit comments