mirror of
https://github.com/anonklub/anonklub.github.io.git
synced 2026-01-09 19:07:54 -05:00
* 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
14 lines
591 B
JSON
14 lines
591 B
JSON
{
|
|
"extends": [
|
|
"https://raw.githubusercontent.com/sripwoud/configs/main/packages/dprint/.dprint.yaml.jsonc",
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/json-0.19.3.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
|
|
"https://plugins.dprint.dev/g-plane/malva-v0.5.1.wasm",
|
|
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.11.0.wasm",
|
|
// keep it last so that it used only for extensions not supported by previous plugins (yaml)
|
|
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c",
|
|
],
|
|
}
|