Add vale config

This commit is contained in:
Jeroen Leenarts
2022-12-06 15:40:17 +01:00
parent dca4447645
commit 749b7144c3
37 changed files with 712 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
StylesPath = .styles
MinAlertLevel = error
Vocab = Base
Packages = Google
# The "formats" section allows you to associate an "unknown" format
# with one of Vale's supported formats.
[formats]
mdx = md
# Since we mapped `mdx` to `md` in the `formats`section we have to declare our format to be `md`
[*.md]
BasedOnStyles = Vale, Google
# TokenIgnores = ("integrationguide"), ^<[ ]{0}img(.*)+[ ]{0}/>$, <[ ]{0}img(.*\n)+/>
# BlockIgnores = import \w* from '.*', \w*\.gradle