Files
verve/.prettierrc
Benedikt Schnatterbeck e7ee512952 style: add prettier (#34)
* style: add prettier

style: add prettier ignore file

style: apply formatting

style: install and apply svelte prettier

* Add prettier to recommended extensions

* chore: add check and format scripts to package.json

* chore: update prettier scripts to avoid conflict with svelte-check
2023-01-12 20:06:44 +05:30

7 lines
85 B
Plaintext

{
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid"
}