Assist_Design/.lintstagedrc.json
Temuulen Ankhbayar 17ec53e08f chore: update config, dependencies, and lint-staged exclusions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 15:22:12 +09:00

5 lines
177 B
JSON

{
"!(apps/portal/public/**)*.{ts,tsx,js,jsx}": ["eslint --fix --no-warn-ignored", "prettier -w"],
"!(apps/portal/public/**)*.{json,md,yml,yaml,css,scss}": ["prettier -w"]
}