Skip to content

Commit cc2bdef

Browse files
authored
enable noUndeclaredDependencies in Biome (#4657)
1 parent cb5f267 commit cc2bdef

File tree

5 files changed

+8776
-20788
lines changed

5 files changed

+8776
-20788
lines changed

frontend/app/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"correctness": {
5151
"noSwitchDeclarations": "off",
52-
"noUndeclaredDependencies": "off",
52+
"noUndeclaredDependencies": "error",
5353
"noUndeclaredVariables": "off",
5454
"noUnusedFunctionParameters": "off",
5555
"noUnusedImports": "error",

0 commit comments

Comments
 (0)