We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fec051 commit d6a2bb9Copy full SHA for d6a2bb9
lib/rules/no-unescaped-entities.js
@@ -8,6 +8,9 @@
8
// Rule Definition
9
// ------------------------------------------------------------------------------
10
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.
14
var DEFAULTS = ['>', '"', '\'', '}'];
15
16
module.exports = function(context) {
0 commit comments