mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02: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": {
|
||||
"all": true,
|
||||
"correctness": {
|
||||
"noNodejsModules": "off",
|
||||
"noUndeclaredDependencies": "off"
|
||||
"noNodejsModules": "off"
|
||||
},
|
||||
"performance": {
|
||||
"useTopLevelRegex": "off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue