feat: add permission for npm run lint command in settings

This commit is contained in:
2025-12-29 22:15:35 +00:00
parent 8d7d2691b0
commit fb38b5b304

View File

@@ -21,7 +21,8 @@
"Bash(bun run test:unit:*)",
"Bash(echo:*)",
"Bash(npx prisma validate:*)",
"Bash(npm run typecheck:*)"
"Bash(npm run typecheck:*)",
"Bash(npm run lint)"
]
}
}