set up eslint and prettier

This commit is contained in:
2026-02-12 20:54:14 +01:00
parent 759e336956
commit 316055652f
60 changed files with 12758 additions and 2724 deletions

View File

@@ -7,6 +7,9 @@
"./server": "./src/server.ts",
"./web": "./src/web.ts"
},
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@t3-oss/env-core": "^0.13.1",
"dotenv": "catalog:",
@@ -15,6 +18,8 @@
"devDependencies": {
"@types/node": "catalog:",
"@zendegi/config": "workspace:*",
"@zendegi/eslint-config": "workspace:*",
"eslint": "^9.17.0",
"typescript": "catalog:"
}
}