mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor: 🚨 Enable noUndeclaredDependencies for Biome
This commit is contained in:
parent
728ccc9002
commit
f9dcbb1be8
3 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"all": true,
|
"all": true,
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noNodejsModules": "off",
|
"noNodejsModules": "off"
|
||||||
"noUndeclaredDependencies": "off"
|
|
||||||
},
|
},
|
||||||
"performance": {
|
"performance": {
|
||||||
"useTopLevelRegex": "off"
|
"useTopLevelRegex": "off"
|
||||||
|
|
|
||||||
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -112,6 +112,7 @@
|
||||||
"@tufjs/canonical-json": "^2.0.0",
|
"@tufjs/canonical-json": "^2.0.0",
|
||||||
"@versia/client": "^0.1.0",
|
"@versia/client": "^0.1.0",
|
||||||
"@versia/federation": "^0.1.1-rc.4",
|
"@versia/federation": "^0.1.1-rc.4",
|
||||||
|
"@versia/kit": "workspace:*",
|
||||||
"altcha-lib": "^1.1.0",
|
"altcha-lib": "^1.1.0",
|
||||||
"blurhash": "^2.0.5",
|
"blurhash": "^2.0.5",
|
||||||
"bullmq": "^5.15.0",
|
"bullmq": "^5.15.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue