biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

Home Page:https://biomejs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“Ž Implement `unicorn/prefer-array-index-of`

minht11 opened this issue Β· comments

Description

Implement unicorn/prefer-array-index-of

Naming

useIndexOf not including word array in it because other biome rules do not use it, see more for the reasoning here.

Will work on the implementation.