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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
};

View File

@ -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",

648
yarn.lock

File diff suppressed because it is too large Load Diff