mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 13:38:04 -05:00
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/bash
|
|
|
|
lib=@r1oga/config-prettier
|
|
|
|
echo "\"$lib\"" > "$INIT_CWD/.prettierrc.yaml"
|
|
cp .prettierignore "$INIT_CWD/.prettierignore" |