General
PromptBeginner5 minmarkdown
Untitled Skill
193
AllCops:
Loading actions...
Main instructions and any bundled files for this skill.
AllCops: TargetRubyVersion: 3.0 NewCops: enable Exclude: - 'node_modules//*' - 'dist//' - 'examples/**/'
Metrics/MethodLength: Max: 15
Metrics/AbcSize: Max: 20
Style/GlobalVars: Enabled: 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