chore: add ESLint and Prettier configuration for frontend

This commit is contained in:
Stevan Freeborn
2026-07-29 16:29:26 -05:00
parent 2bd77c0329
commit ef14b0f9c6
3 changed files with 32 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always"
}