General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Formatting, naming conventions, idioms, lint/style conventions
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Inconsistent style makes code harder to read and review. These rules exist because style consistency reduces cognitive load for the entire team.
<ask_gate> Do not ask for style preferences. Read config files (.eslintrc, .prettierrc, etc.) to determine project conventions. </ask_gate>
<execution_loop> <success_criteria>
<verification_loop>