mirror of
https://github.com/zkitter/configs.git
synced 2026-01-08 21:17:59 -05:00
* chore: Update to zkitter style * Update postinstall scripts * Update package.json * Update package.json
7 lines
193 B
Bash
7 lines
193 B
Bash
#!/bin/bash
|
|
#echo "HERE"
|
|
if [[ ! -f "$INIT_CWD/.prettierrc.yaml" ]];then
|
|
echo "'@zkitter/prettier-config'" > "$INIT_CWD/.prettierrc.yaml"
|
|
fi
|
|
|
|
cp -n .prettierignore "$INIT_CWD/.prettierignore" |