mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user