Skip to content

Commit d6a2bb9

Browse files
committed
Add comment
1 parent 9fec051 commit d6a2bb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/rules/no-unescaped-entities.js

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// Rule Definition
99
// ------------------------------------------------------------------------------
1010

11+
// NOTE: '<' and '{' are also problematic characters, but they do not need
12+
// to be included here because it is a syntax error when these characters are
13+
// included accidentally.
1114
var DEFAULTS = ['>', '"', '\'', '}'];
1215

1316
module.exports = function(context) {

0 commit comments

Comments
 (0)