Adding Prettier config files

This commit is contained in:
aronmal 2023-02-08 10:26:33 +01:00
parent 7db0b104a1
commit 0bc2196d9f
Signed by: aronmal
GPG key ID: 816B7707426FC612
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
.next
next.config.js
package.json
pnpm-lock.yaml
postcss.config.js
tailwind.config.js

View file

@ -0,0 +1,3 @@
{
"semi": false
}