updates to frontend-react

This commit is contained in:
2025-10-01 07:49:34 -04:00
parent 0345f3d2d0
commit 0e8b84b462
29 changed files with 1693 additions and 6 deletions

View File

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