mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: faster web linting (#28303)
This commit is contained in:
parent
25a6a38b30
commit
8a024e2b50
3 changed files with 37 additions and 45 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"check:watch": "pnpm run check:svelte --watch",
|
||||
"check:code": "pnpm run format && pnpm run lint && pnpm run check:svelte && pnpm run check:typescript",
|
||||
"check:all": "pnpm run check:code && pnpm run test:cov",
|
||||
"lint": "eslint . --max-warnings 0 --concurrency 4",
|
||||
"lint": "eslint . --max-warnings 0 --concurrency 6",
|
||||
"lint:fix": "pnpm run lint --fix",
|
||||
"format": "prettier --cache --check .",
|
||||
"format:fix": "prettier --cache --write --list-different .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue