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

View File

@@ -1 +0,0 @@
24

View File

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