DEV: enforces ember-template-lint: no-html-comments (#9183)

https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-html-comments.md
This commit is contained in:
Joffrey JAFFEUX
2020-03-12 07:51:05 +01:00
committed by GitHub
parent 89a1b3a791
commit 11921c4868
4 changed files with 14 additions and 14 deletions

View File

@@ -13,6 +13,7 @@ module.exports = {
"no-unbound": true,
"simple-unless": true,
"no-triple-curlies": true,
"no-partial": true
"no-partial": true,
"no-html-comments": true
}
};