Skip to content

Commit

Permalink
chore(lint): update biome rules
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 28, 2024
1 parent ae4a731 commit 5dd6a14
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 @@ -30,7 +30,7 @@
"noSelfAssign": "error",
"noSetterReturn": "error",
"noSwitchDeclarations": "error",
"noUndeclaredVariables": "error",
"noUndeclaredVariables": "warn",
"noUnreachable": "error",
"noUnreachableSuper": "error",
"noUnsafeFinally": "error",
Expand Down

0 comments on commit 5dd6a14

Please sign in to comment.