mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Fix ESLint
This commit is contained in:
parent
436a79d99f
commit
636f2ffff8
44 changed files with 171 additions and 161 deletions
34
package.json
34
package.json
|
|
@ -1,17 +1,19 @@
|
|||
{
|
||||
"name": "fedi-project",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
||||
"bun-types": "latest",
|
||||
"eslint": "^8.49.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg": "^8.11.3",
|
||||
"typeorm": "^0.3.17"
|
||||
}
|
||||
}
|
||||
"name": "fedi-project",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
||||
"@typescript-eslint/parser": "^6.6.0",
|
||||
"bun-types": "latest",
|
||||
"eslint": "^8.49.0",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg": "^8.11.3",
|
||||
"typeorm": "^0.3.17"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue