Run format check before commit

This commit is contained in:
Jonathan Clem
2020-05-14 15:31:19 -04:00
parent f9f935a549
commit db554038d4
4 changed files with 19 additions and 3 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"arrowParens": "avoid",
"bracketSpacing": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}