Update prettier config

This commit is contained in:
Bill Thornton
2022-08-04 13:22:08 -04:00
parent df76aea842
commit eda2756501
+3 -1
View File
@@ -1,5 +1,7 @@
{
"printWidth": 120,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none"
}
}