initial deploy of Vale linter

This commit is contained in:
DanRoscigno 2023-06-30 22:02:16 -04:00
parent 22324d9913
commit c604d1f533
3 changed files with 63 additions and 0 deletions

11
my-docs-.vale.ini Normal file
View file

@ -0,0 +1,11 @@
# This goes in a file named either `~/.vale.ini` or `_vale.ini`.
StylesPath = styles
MinAlertLevel = suggestion
# External packages
Packages = Google, Readability, alex, proselint, write-good
# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = alex, proselint, write-good