General
PromptBeginner5 minmarkdown
Untitled Skill
193
not a glob! Use `glob2rx(*.csv)` or `\\.csv$`.
Loading actions...
Main instructions and any bundled files for this skill.
list.files(pattern = *.csv) — pattern is a regexnot a glob! Use glob2rx(*.csv) or \\.csv$.
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