chore: properly format yaml files

This commit is contained in:
Johannes Loher 2023-07-22 00:16:14 +02:00
parent cf84de2cdf
commit 4f9ba624de
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045
7 changed files with 289 additions and 288 deletions

View file

@ -8,3 +8,4 @@
/.vscode/ /.vscode/
client client
common common
pnpm-lock.yaml

View file

@ -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",