codelyzer
codelyzer copied to clipboard
[template-i18n]: Single HTML entities should be ignored
Describe the bug
Single HTML entities should be ignored.
To Reproduce
Rule: template-i18n is enabled
Template contains: <span>–</span>
Expected behavior
Do not throw a linter error for single HTML entities.