spec-char-escape
Special characters must be escaped.
Level: error
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<span>aaa>bbb<ccc</span>
The following pattern is considered violation:
<span>aaa>bbb<ccc</span>