Skip to content

Commit

Permalink
fix(rome_js_analyze): lint/correctness/noUndeclaredVariables incorrec…
Browse files Browse the repository at this point in the history
…tly identifies AggregateError as an undeclared variable. rome#4365
  • Loading branch information
denbezrukov committed Apr 11, 2023
1 parent 50e5bd8 commit 689446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Code actions are formatted using Rome's formatter. If the formatter is disabled,
the code action is not formatted.

- Fix `noUndeclaredVariables` incorrectly identifies `AggregateError` as an undeclared variable. https://github.com/rome/tools/issues/4365
- Fix an issue when `noUndeclaredVariables` incorrectly identifies `AggregateError` as an undeclared variable. [#4365](https://github.com/rome/tools/issues/4365)
#### New rules
- [`noConfusingArrow`](https://docs.rome.tools/lint/rules/noConfusingArrow/)
- [`noRedundantRoles`](https://docs.rome.tools/lint/rules/noRedundantRoles/)
Expand Down

0 comments on commit 689446b

Please sign in to comment.