Workflow
- Determine the language of the code being written or reviewed
- Read the relevant standards file from
languages/(e.g.,languages/ts.mdfor TypeScript) - Read the relevant standards from
frameworks/(e.g.,frameworks/tailwind.mdfor Tailwind)` - Apply all standards when writing new code or reviewing existing code
- When reviewing, flag violations with the specific rule and a suggested fix
Supported languages
- TypeScript / TSX: See languages/ts.md for all rules
Supported frameworks
- Tailwind: See frameworks/tailwind.md for all rules
Supported templating languages
- JSX/TSX: See templating/jsx.md for all rules