update formatting

This commit is contained in:
Trym Lund Flogard 2021-06-05 13:08:14 +02:00
parent 200441494b
commit 518c6f09f4
3 changed files with 15 additions and 0 deletions

5
.prettierignore Normal file
View File

@ -0,0 +1,5 @@
dist/
lib/
node_modules/
__tests__/__outputs__
__tests__/__snapshots__

10
.prettierrc.json Normal file
View File

@ -0,0 +1,10 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid"
}