General
PromptBeginner5 minmarkdown
Untitled Skill
193
rules:
Loading actions...
Main instructions and any bundled files for this skill.
extends: default
rules: document-start: disable line-length: max: 120 level: warning truthy: allowed-values: - "on" - "off" - "yes" - "no" - "true" - "false"
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 li...
risks