11 lines
282 B
Markdown
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
|
|
```
|