Skip to content

Commit

Permalink
chore: disable noConfusingVoidType lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 3, 2024
1 parent 28c09a1 commit 94bb8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"suspicious": {
"noAssignInExpressions": "off",
"noConfusingVoidType": "off",
"noExplicitAny": "off",
"noShadowRestrictedNames": "off"
}
Expand Down

0 comments on commit 94bb8fe

Please sign in to comment.