vale/readme.md
2026-03-15 22:27:19 +01:00

11 lines
282 B
Markdown

# Vale
My Vale package for customized linting rules. The style can be added as a package by make the `.vale.ini` in the root of the project:
```toml
MinAlertLevel = suggestion
Packages = https://git.gugulet.hu/g_it/vale/raw/branch/main/gugulet-hu.zip
[*.md]
gugulet-hu = YES
```