General
PromptBeginner5 minmarkdown
Untitled Skill
193
Main instructions and any bundled files for this skill.
root = true
[*] charset = utf-8 indent_style = tab indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true
[package.json] indent_style = space indent_size = 2
[*.yml] indent_style = space indent_size = 2
[*.ts] quote_type = single
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