DEV: upgrades ember-template-lint 2.5.2 (#9411)
This commit is contained in:
parent
10c2087a02
commit
7d1c90e5eb
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@arkweid/lefthook": "^0.6.3",
|
||||
"chrome-launcher": "^0.12.0",
|
||||
"chrome-remote-interface": "^0.25",
|
||||
"ember-template-lint": "^1.13.2",
|
||||
"ember-template-lint": "^2.5.2",
|
||||
"eslint-config-discourse": "1.1.0",
|
||||
"eslint-plugin-discourse-ember": "0.0.3",
|
||||
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
|
||||
|
|
Loading…
Reference in New Issue