Update Prettier config

This commit is contained in:
Michael Jackson 2021-04-04 04:33:07 -07:00
parent 9f44cbf013
commit f5a13c39d6
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{
"singleQuote": true
"arrowParens": "avoid",
"singleQuote": true,
"trailingComma": "none"
}