Browse Source

feat: rename action, change log to suggestion

friedger-patch-1
Alexander Graebe 4 years ago
committed by Alexander Graebe
parent
commit
ef88b68fc6
  1. 4
      .vale/vale.ini
  2. 2
      package.json

4
.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
[*]

2
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": {

Loading…
Cancel
Save