fix: add CI/CD, ESLint/Prettier configs, fix package.json URLs

This commit is contained in:
2026-04-10 22:04:15 -07:00
parent 5cc14d6d4a
commit c0b9577d37
4 changed files with 82 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false
}