# StylesPath assumes a consumer's .vale.ini lives at the project root, so # node_modules/@coryrylan/tools resolves relative to it - adjust the path if # this template is copied elsewhere. Run `vale sync` once after installing to # download the Google and write-good packages into StylesPath. StylesPath = node_modules/@coryrylan/tools/dist/vale/styles MinAlertLevel = warning Vocab = Tools Packages = Google, write-good [*.md] BasedOnStyles = Vale, Google, write-good TokenIgnores = (\{%[\s\S]*?%\}), (\{\{[^}]*\}\}) Vale.Terms = NO Google.Headings = NO Google.WordList = NO ; Spaced em dashes, `e.g.`/`i.e.`, and logical quote punctuation ; (periods outside quotation marks) are the house style. Google.EmDash = NO Google.Latin = NO Google.Quotes = NO [*.ts] BasedOnStyles = Vale, write-good write-good.TooWordy = error write-good.Passive = error Vale.Spelling = NO Vale.Terms = NO