**Is your feature request related to a problem? Please describe.** Detect invalid entity (like `&nsbp;` or `&IDoNotExist;`). **Describe the solution you'd like** Add the `entity-invalid` rule which checks that the entities are valid. **Additional context** - [Named character references](https://www.w3.org/TR/2011/WD-html5-20110525/named-character-references.html): List of entities names that are supported by HTML. - [`character-entities`](https://www.npmjs.com/package/character-entities): npm package containing the entities.
Is your feature request related to a problem? Please describe.
Detect invalid entity (like
&nsbp;or&IDoNotExist;).Describe the solution you'd like
Add the
entity-invalidrule which checks that the entities are valid.Additional context
character-entities: npm package containing the entities.