chore: make Prettier

This commit is contained in:
AJ ONeal 2021-07-23 04:33:35 -06:00
parent e619c16e9f
commit 309db228c9
2 changed files with 9 additions and 0 deletions

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
*.min.js

8
.prettierrc.json Normal file
View File

@ -0,0 +1,8 @@
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": false,
"bracketSpacing": true,
"proseWrap": "always",
"semi": true
}