Skip to content

Commit

Permalink
ci: enable no negation else rule
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Sep 2, 2024
1 parent 9991bab commit ad873cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"style": {
"noDefaultExport": "error",
"noImplicitBoolean": "error"
"noImplicitBoolean": "error",
"noNegationElse": "error"
},
"suspicious": {
"noEmptyBlockStatements": "error",
Expand Down

0 comments on commit ad873cb

Please sign in to comment.