Files
anonklub.github.io/.lefthook.yml
sripwoud 01409c72ab refactor: use docsify instead of docusaurus (#10)
* chore: replace prettier by dprint

* chore: format:wq

* chore: remove unused files

* chore: update gitignore

* chore: define `pre-commit` hook with `lefthook`

* chore: remove outdated README

* chore: scaffold docsify

* chore: format css and html

* docs: update circom example

* refactor: match docsify structure

* chore: format
2024-07-25 16:02:10 +02:00

8 lines
133 B
YAML

assert_lefthook_installed: true
output: [summary]
pre-commit:
commands:
fmt:
run: bun dprint fmt
stage_fixed: true