Code quality setup
Per-language toolchain
Use the standard toolchain for each language in the repository.
JavaScript / TypeScript (incl. React/Next)
- Format and lint: ESLint + Prettier.
- When configuring Prettier, the agent MUST add and maintain
.prettierignoreso generated/build outputs and composed files are not formatted/linted as source (e.g.,dist/, build artifacts, andAGENTS.mdwhen generated bycompose-agentsmd). - Typecheck:
tscwith strict settings for TS
[Description truncada. Veja o README completo no GitHub.]