biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://biomejs.dev
Apache License 2.0
15.29k stars 475 forks source link

📎 Support no-unescaped-entities rule #4491

Open noahlt opened 7 hours ago

noahlt commented 7 hours ago

Description

Support eslint's no-unescaped-entities rule.

I'm open to taking a crack at this. I asked about this in the Linter rules from other sources thread, and @dyc3 instructed me to create this issue for further discussion.

dyc3 commented 7 hours ago

I've gone ahead and assigned you the task. The eslint rule has a forbid option, but for the initial implementation, don't add any options.

See CONTRIBUTING.md in biome_analyze for how to get started.