General
PromptBeginner5 minmarkdown
Untitled Skill
193
default_stages: [pre-commit, pre-push]
Loading actions...
Main instructions and any bundled files for this skill.
files: ^computer-use-demo/ default_stages: [pre-commit, pre-push] repos:
ruff to autofix lint errors
args: [--fix-only]ruff to format code
entry: ruff format --force-excluderuff to lint codeTypeScript 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