|
36 | 36 | "containers:logs": "FORCE_COLOR=1 docker compose --env-file test/containers/.env -f test/containers/docker-compose.e2e.yml logs -f", |
37 | 37 | "dev": "npm run sync && cross-env NODE_ENV=development FORCE_COLOR=1 npx astro dev", |
38 | 38 | "dev:env": "FORCE_COLOR=1 dotenv -e .env.development -- npm run dev", |
39 | | - "format": "npm run format:json && npm run format:code && npm run format:style", |
| 39 | + "format": "npm run format:code && npm run format:style", |
40 | 40 | "format:code": "FORCE_COLOR=1 npx prettier --write \"@types/**/*.{js,ts}\" \"src/**/*.{js,ts,tsx,astro}\" --plugin=prettier-plugin-astro", |
41 | | - "format:json": "FORCE_COLOR=1 npx prettier --write '**/*.json' --cache --ignore-path .gitignore", |
42 | 41 | "format:style": "FORCE_COLOR=1 npx stylelint --fix \"src/**/*.{css,astro}\"", |
43 | 42 | "lint": "npm run lint:base && npm run check", |
44 | | - "lint:actions": "FORCE_COLOR=1 npx node-actionlint && FORCE_COLOR=1 python3 -m pylint $(find .github/actions -type f -path '*/src/*.py')", |
45 | 43 | "lint:base": "npm run lint:json && npm run lint:style && npm run lint:tsc:check && npm run lint:code && npm run lint:actions && npm run lint:inclusive-language", |
| 44 | + "lint:actions": "FORCE_COLOR=1 npx node-actionlint && FORCE_COLOR=1 python3 -m pylint $(find .github/actions -type f -path '*/src/*.py')", |
46 | 45 | "lint:code": "npx eslint \"@types/**/*.{js,ts}\" \"src/**/*.{js,ts,tsx,astro}\" \"test/**/*.{js,ts,tsx,astro}\"", |
47 | 46 | "lint:inclusive-language": "npx alex src/content", |
| 47 | + "lint:json": "FORCE_COLOR=1 npx prettier '**/*.json' --cache --ignore-path .gitignore", |
48 | 48 | "lint:md": "FORCE_COLOR=1 npx markdownlint-cli2 \"**/*.{md,mdx}\" \"!**/node_modules/**\" \"!**/dist/**\" \"!**/.astro/**\" \"!**/dev-dist/**\" \"!**/__blobstorage__/**\"", |
49 | | - "lint:json": "FORCE_COLOR=1 npx prettier --write '**/*.json' --cache --ignore-path .gitignore", |
50 | 49 | "lint:style": "FORCE_COLOR=1 npx stylelint \"src/**/*.{css,astro}\"", |
51 | 50 | "lint:tsc:check": "npm run sync && tsc --noEmit -p tsconfig.json --pretty false", |
52 | 51 | "sync": "FORCE_COLOR=1 npx astro sync", |
|
0 commit comments