Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 223 Bytes

lint-formatting.md

File metadata and controls

18 lines (12 loc) · 223 Bytes

Linting and formatting

with script

./scripts/lint.sh
./scripts/format.sh

with pre-commit

pre-commit install

Note

pre-commit will run automatically when you commit your changes.