diff --git a/.vale/vale.ini b/.vale/vale.ini index 6c52fe0a..f3fba3ad 100644 --- a/.vale/vale.ini +++ b/.vale/vale.ini @@ -2,7 +2,7 @@ # (the "global" section). StylesPath = styles -MinAlertLevel = error +MinAlertLevel = suggestion Vocab = docs @@ -10,7 +10,7 @@ Vocab = docs # Format associations appear under # the optional "formats" section. -[*.{md}] +[md] BasedOnStyles = Google [*] diff --git a/package.json b/package.json index eaaba3e7..e6de2ead 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "typecheck": "tsc --noEmit", "typecheck:watch": "npm run typecheck -- --watch", "check:urls": "find . -type f -name '*.md' ! -path './node_modules/*' ! -path './_site/*' | xargs -L1 npx markdown-link-check -q -c mlc_config.json", - "vale:check": "vale --sort --config='.vale/vale.ini' --glob='*.{md}' ./src/pages" + "check:style": "vale --sort --config='.vale/vale.ini' --glob='*.{md}' ./src/pages" }, "husky": { "hooks": {