Open noahlt opened 7 hours ago
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.
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.
forbid
See CONTRIBUTING.md in biome_analyze for how to get started.
CONTRIBUTING.md
biome_analyze
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.