mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
enable concurrency of eslint linting
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"prepare": "svelte-kit sync || echo ''",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "eslint --fix . && prettier --check .",
|
||||
"lint": "eslint --concurrency auto --fix . && prettier --check .",
|
||||
"format": "prettier --write .",
|
||||
"openapi": "npx openapi-typescript http://localhost:8000/openapi.json -o src/lib/api/api.d.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user