only list formatted files
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "run-s --continue-on-error lint:*",
|
"lint": "run-s --continue-on-error lint:*",
|
||||||
"lint:eslint": "eslint . --fix --cache --cache-file=node_modules/.cache/.eslintcache --report-unused-disable-directives",
|
"lint:eslint": "eslint . --fix --cache --cache-file=node_modules/.cache/.eslintcache --report-unused-disable-directives",
|
||||||
"lint:prettier": "prettier . --write --cache",
|
"lint:prettier": "prettier . --write --cache --list-different",
|
||||||
"lint:types": "tsc -b & pnpm -r --parallel run typecheck",
|
"lint:types": "tsc -b & pnpm -r --parallel run typecheck",
|
||||||
"astro-sync": "pnpm --filter website exec astro sync",
|
"astro-sync": "pnpm --filter website exec astro sync",
|
||||||
"format": "run-s --continue-on-error format:*",
|
"format": "run-s --continue-on-error format:*",
|
||||||
|
|||||||
Reference in New Issue
Block a user