Remove `dos2unix` uses in the `format` command because Pretter is now handling the end of line options.
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Prettier"
|
|
prettier "**/*.{ts,js,json,css,scss,md}" "!**/{__name__,__directory__}/**" --write
|