Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 376 Bytes

File metadata and controls

17 lines (12 loc) · 376 Bytes

Contributing

Formatting

All files are formatted with Prettier, and a CI check enforces it on every push and pull request.

Run the same pinned version CI uses (see .github/workflows/prettier.yml):

# check formatting (same as CI)
npx prettier@3.9.1 --check .

# auto-fix
npx prettier@3.9.1 --write .