We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rule ID: spec-char-escape
spec-char-escape
Description: do not use special characters in file
Level: error
Value: true/false
The correct sample:
<div>3>2</div>
The wrong sample:
<div>3>2</div>