chore: properly format yaml files
This commit is contained in:
parent
cf84de2cdf
commit
4f9ba624de
7 changed files with 289 additions and 288 deletions
|
@ -8,3 +8,4 @@
|
||||||
/.vscode/
|
/.vscode/
|
||||||
client
|
client
|
||||||
common
|
common
|
||||||
|
pnpm-lock.yaml
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"eslint": "eslint --ext .ts,.js,.cjs,.mjs .",
|
"eslint": "eslint --ext .ts,.js,.cjs,.mjs .",
|
||||||
"format": "pnpm prettier --write",
|
"format": "pnpm prettier --write",
|
||||||
"format:check": "pnpm prettier --check",
|
"format:check": "pnpm prettier --check",
|
||||||
"prettier": "prettier \"./**/*.(ts|js|cjs|mjs|json|scss|yml)\"",
|
"prettier": "prettier \"./**/*.(ts|js|cjs|mjs|json|scss|yml|yaml)\"",
|
||||||
"test": "run-p test:vitest test:typecheck",
|
"test": "run-p test:vitest test:typecheck",
|
||||||
"test:vitest": "vitest run",
|
"test:vitest": "vitest run",
|
||||||
"test:typecheck": "tsc --noEmit --project spec/tsconfig.json",
|
"test:typecheck": "tsc --noEmit --project spec/tsconfig.json",
|
||||||
|
|
Loading…
Reference in a new issue