chore: add prettier config

This commit is contained in:
Sean Norwood 2022-04-24 01:50:10 +00:00
parent 680fbafb9c
commit 097fc4fa51
1 changed files with 10 additions and 0 deletions

10
.prettierrc Normal file
View File

@ -0,0 +1,10 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}