Skip to content

Commit a43990e

Browse files
committed
Fix rule
1 parent 1bf2cd4 commit a43990e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/rules/no-unescaped-entities.js

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ var DEFAULTS = ['>', '"', '\'', '}'];
1515

1616
module.exports = {
1717
meta: {
18+
docs: {
19+
description: 'Detect unescaped HTML entities, which might represent malformed tags',
20+
category: 'Possible Errors',
21+
recommended: false
22+
},
1823
schema: [{
1924
type: 'object',
2025
properties: {

0 commit comments

Comments
 (0)