move .prettierrc.json to root

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

View File

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