Skip to content

Commit 7d845f5

Browse files
author
ntwigg
committed
allow explicit any
1 parent 63f13ee commit 7d845f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser-extension/biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"linter": {
4242
"rules": {
4343
"complexity": {
44-
"noExcessiveCognitiveComplexity": "warn"
44+
"noExcessiveCognitiveComplexity": "off"
4545
},
4646
"correctness": {
4747
"noUnusedVariables": "error",
@@ -65,7 +65,7 @@
6565
"allow": ["assert", "error", "info", "warn"]
6666
}
6767
},
68-
"noExplicitAny": "error",
68+
"noExplicitAny": "off",
6969
"noVar": "error"
7070
}
7171
}

0 commit comments

Comments
 (0)