mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 15:08:01 -05:00
4 lines
124 B
Bash
4 lines
124 B
Bash
#!/bin/bash
|
|
|
|
echo "\"@r1oga/prettier-config\"" > "$INIT_CWD/.prettierrc.yaml"
|
|
cp .prettierignore "$INIT_CWD/.prettierignore" |