Add Prettier and ESLint configs; add lint script

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-15 11:18:47 -05:00
parent 304fa561e9
commit 556994a89d
5 changed files with 63 additions and 2 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"endOfLine": "lf"
}