move .prettierrc.json to root

This commit is contained in:
Jeffrey Morgan
2023-07-02 17:34:46 -04:00
parent 3cd59936a2
commit 8685a5ad18

10
.prettierrc.json Normal file
View File

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