14 lines
193 B
Bash
Executable file
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
|