nx/scripts/format.sh
Benjamin Cabanes 35c4089160 chore(prettier): add end of line settings (#1070)
Remove `dos2unix` uses in the `format` command because Pretter is now
handling the end of line options.
2019-02-12 10:11:57 -05:00

5 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
echo "Prettier"
prettier "**/*.{ts,js,json,css,scss,md}" "!**/{__name__,__directory__}/**" --write