refactor: 🚨 Enable noUndeclaredDependencies for Biome

This commit is contained in:
Jesse Wierzbinski 2024-10-04 15:38:02 +02:00
parent 728ccc9002
commit f9dcbb1be8
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,7 @@
"rules": {
"all": true,
"correctness": {
"noNodejsModules": "off",
"noUndeclaredDependencies": "off"
"noNodejsModules": "off"
},
"performance": {
"useTopLevelRegex": "off"