Skip to content

Commit

Permalink
disable explicit any warnings in client library
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed May 31, 2024
1 parent 80b6b82 commit 00278fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "warn"
"noExplicitAny": "off"
}
}
}
Expand Down

0 comments on commit 00278fa

Please sign in to comment.