Rename prettier configuration

This commit is contained in:
Christopher Schleiden
2022-11-14 18:12:53 -08:00
parent da8f987c61
commit d14187c829
+9
View File
@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"singleQuote": false,
"bracketSpacing": false,
"trailingComma": "none",
"arrowParens": "avoid"
}