1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00
beerbrawl/.prettierrc
Christoph Heiss dee74f7556
chore(#41): make prettier config global to re-use it for e2e tests
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-11 12:39:12 +02:00

6 lines
73 B
Plaintext

{
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid"
}