initial deploy of Vale linter
This commit is contained in:
parent
22324d9913
commit
c604d1f533
3 changed files with 63 additions and 0 deletions
11
my-docs-.vale.ini
Normal file
11
my-docs-.vale.ini
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue