mirror of
https://github.com/unraid/api.git
synced 2026-01-07 09:10:05 -06:00
chore: update lint-staged and settings.local.json commands
- Change lint-staged command from pnpm to npx pnpm for consistency - Add nvm and git config commands to settings.local.json for better tooling support
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
"Bash(pnpm --filter ./api test)",
|
||||
"Bash(pnpm i:*)",
|
||||
"Bash(pnpm:*)",
|
||||
"Bash(corepack prepare:*)"
|
||||
"Bash(corepack prepare:*)",
|
||||
"Bash(nvm:*)",
|
||||
"Bash(git config:*)"
|
||||
]
|
||||
},
|
||||
"enableAllProjectMcpServers": false
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,vue}": [
|
||||
"pnpm lint:fix"
|
||||
"npx pnpm lint:fix"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@10.13.1"
|
||||
|
||||
Reference in New Issue
Block a user