Skip to content

Commit 1b06e82

Browse files
committed
chore: turn off noExplicitAny rule in linter
1 parent bf96bc0 commit 1b06e82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"suspicious": {
2121
"noAssignInExpressions": {
2222
"level": "off"
23+
},
24+
"noExplicitAny": {
25+
"level": "warn"
2326
}
2427
}
2528
}

0 commit comments

Comments
 (0)