moved prettierrc to root

This commit is contained in:
2025-11-28 14:37:09 -05:00
parent dc3d809481
commit 7f1316cd6a
2 changed files with 0 additions and 1 deletions

12
.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": false,
"printWidth": 190,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}