General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
82
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
coverage: status: project: default: # If we get < 45% coverage, codecov is gonna mark it a failure target: 45% threshold: null patch: default: # Codecov won't mark it as a failure if a patch is not covered well informational: true github_checks:
annotations: false