Skip to content

Commit

Permalink
refactor: 🚨 Turn on a few more linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Nov 1, 2024
1 parent c1dcdc7 commit 2eb0509
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
"noUselessEscapeInRegex": "warn",
"noUselessStringRaw": "warn",
"useAdjacentOverloadSignatures": "warn",
"useExplicitType": "warn"
"useExplicitType": "warn",
"useGuardForIn": "warn",
"useTrimStartEnd": "warn"
}
}
},
Expand Down

0 comments on commit 2eb0509

Please sign in to comment.