Skip to content

Commit c62fcb1

Browse files
author
Josh Justice
committed
Disable html-comments lint rule
1 parent bfca102 commit c62fcb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.template-lintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ module.exports = {
99
'block-indentation': false,
1010
'img-alt-attributes': false,
1111
'triple-curlies': false,
12+
'html-comments': false,
1213
},
1314
};

0 commit comments

Comments
 (0)