1
0
Fork 0
docsearch/docs/scripts/lint-md
2018-08-23 17:49:49 +02:00

12 lines
225 B
Bash
Executable file

#!/usr/bin/env sh
# Check text content (misspelling, weasel words, offensive writing)
textlint ./*.md ./src/*.md
# Check markdown styling (links, spacing, etc)
remark \
--no-stdout \
--quiet \
--frail \
./src/*.md