Feat: Prettier uwu

This commit is contained in:
looskie
2021-06-22 14:07:03 -04:00
parent 87e3b10496
commit 4e0af9327f
2 changed files with 10 additions and 0 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"quoteProps": "consistent",
"printWidth": 120,
"bracketSpacing": true,
"singleQuote": false,
"useTabs": false,
"arrowParens": "avoid",
"tabWidth": 4
}