Skip to content

Commit

Permalink
Disable biome rule lint/style/noNonNullAssertion
Browse files Browse the repository at this point in the history
There are good reasons for using non-null assertions.
  • Loading branch information
remcohaszing committed Nov 21, 2024
1 parent 868602d commit c7eb49b
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 @@ -29,6 +29,7 @@
"noForEach": "warn"
},
"style": {
"noNonNullAssertion": "off",
"noParameterAssign": "warn",
"noUnusedTemplateLiteral": "off"
}
Expand Down

0 comments on commit c7eb49b

Please sign in to comment.