- add "Bash(npx prettier:*)" to allowed commands list for code formatting operations
@@ -9,7 +9,8 @@
"Bash(npm run build)",
"Bash(npm test:*)",
"Bash(npx vitest:*)",
- "Bash(npm run typecheck:*)"
+ "Bash(npm run typecheck:*)",
+ "Bash(npx prettier:*)"
],
"deny": [],
"ask": []