♻️ Use yaml file as top level prettier config file

This commit is contained in:
r1oga
2022-12-14 19:44:10 +01:00
parent fb4321ad03
commit c61ebe1844

View File

@@ -1,4 +1,4 @@
#!/bin/bash
echo "\"@r1oga/prettier-config\"" > "$INIT_CWD/.prettierrc.json"
echo "'@r1oga/prettier-config'" > "$INIT_CWD/.prettierrc.yaml"
cp .prettierignore "$INIT_CWD/.prettierignore"