Skip to content

Commit

Permalink
refactor: 🚨 Enable noUndeclaredDependencies for Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Oct 4, 2024
1 parent 728ccc9 commit f9dcbb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"rules": {
"all": true,
"correctness": {
"noNodejsModules": "off",
"noUndeclaredDependencies": "off"
"noNodejsModules": "off"
},
"performance": {
"useTopLevelRegex": "off"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f9dcbb1

Please sign in to comment.