mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 15:08:01 -05:00
7 lines
145 B
Bash
7 lines
145 B
Bash
#!/bin/bash
|
|
|
|
lib=@r1oga/prettier-config
|
|
|
|
pnpm add -D $lib
|
|
echo "\"$lib\"" > .prettierrc.yaml
|
|
cp node_modules/$lib/.prettierignore .prettierignore |