Adding Prettier config files
This commit is contained in:
parent
7db0b104a1
commit
0bc2196d9f
2 changed files with 9 additions and 0 deletions
6
leaky-ships/.prettierignore
Normal file
6
leaky-ships/.prettierignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
.next
|
||||
next.config.js
|
||||
package.json
|
||||
pnpm-lock.yaml
|
||||
postcss.config.js
|
||||
tailwind.config.js
|
3
leaky-ships/.prettierrc.json
Normal file
3
leaky-ships/.prettierrc.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"semi": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue