Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- Refactor assignment-in-expression patterns to improve code clarity and readability
- Enforce strict equality checks (=== and !==) instead of loose equality (== and !=)
- Replace global isNaN with Number.isNaN for safer type checking
- Ensure no variable redeclarations exist to prevent shadowing issues

## v0.10.9
- Add support for IPv6 urls
Expand Down
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"noRedundantUseStrict": "error",
"noAsyncPromiseExecutor": "off",
"noGlobalIsNan": "error",
"noRedeclare": "off",
"noGlobalIsFinite": "off",
"noPrototypeBuiltins": "off",
"noVar": "error"
Expand Down