REFACTOR: require-valid-alt-text was duplicated (#9663)

This commit is contained in:
Joffrey JAFFEUX 2020-05-07 16:24:15 +02:00 committed by GitHub
parent 2ff8b4f5d9
commit 3debb576d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ module.exports = {
rules: { rules: {
"block-indentation": true, "block-indentation": true,
"deprecated-render-helper": true, "deprecated-render-helper": true,
"require-valid-alt-text": false,
"linebreak-style": true, "linebreak-style": true,
"link-rel-noopener": "strict", "link-rel-noopener": "strict",
"no-abstract-roles": true, "no-abstract-roles": true,