1
0
Fork 0
docsearch/docs/scripts/lint-md-fix
2018-08-24 13:25:14 +02:00

14 lines
193 B
Bash
Executable file

#!/usr/bin/env sh
# REMARK_MODE=fix \
# remark \
# --quiet \
# ./src/*.md \
# --output
# textlint \
# --fix \
# ./src/*.md
prettier \
--config ./.prettierrc.markdown.js