DEV: upgrades ember-template-lint 2.5.2 (#9411)

This commit is contained in:
Joffrey JAFFEUX
2020-04-14 00:43:55 +02:00
committed by GitHub
parent 10c2087a02
commit 7d1c90e5eb
3 changed files with 502 additions and 153 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
rules: {
"block-indentation": true,
"deprecated-render-helper": true,
"img-alt-attributes": false,
"require-valid-alt-text": false,
"linebreak-style": true,
"link-rel-noopener": true,
"no-abstract-roles": true,
@@ -50,6 +50,7 @@ module.exports = {
"self-closing-void-elements": true,
"simple-unless": true,
"style-concatenation": true,
"table-groups": true
"table-groups": true,
"link-href-attributes": false
}
};