mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
refactor: 🚨 Enable noUndeclaredDependencies for Biome
This commit is contained in:
parent
728ccc9002
commit
f9dcbb1be8
|
|
@ -8,8 +8,7 @@
|
|||
"rules": {
|
||||
"all": true,
|
||||
"correctness": {
|
||||
"noNodejsModules": "off",
|
||||
"noUndeclaredDependencies": "off"
|
||||
"noNodejsModules": "off"
|
||||
},
|
||||
"performance": {
|
||||
"useTopLevelRegex": "off"
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@
|
|||
"@tufjs/canonical-json": "^2.0.0",
|
||||
"@versia/client": "^0.1.0",
|
||||
"@versia/federation": "^0.1.1-rc.4",
|
||||
"@versia/kit": "workspace:*",
|
||||
"altcha-lib": "^1.1.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.15.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue