Skip to content

Commit

Permalink
fix noArrayIndexKey false negative in template literals
Browse files Browse the repository at this point in the history
  • Loading branch information
vasucp1207 committed Jan 17, 2024
1 parent bd6c880 commit ee9aa93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

#### Bug fixes

- Fix [#1575](https://github.com/biomejs/biome/issues/1575). [noArrayIndexKey](https://biomejs.dev/linter/rules/no-array-index-key/) now captures array index value inside template literals and with string concatination. Contributed by @vasucp1207

### Parser


Expand Down

0 comments on commit ee9aa93

Please sign in to comment.