build: Update eslint-config-wikimedia to 0.21.0

Change-Id: I86a44d7c73a107fb318abeda9e503e99083f48db
This commit is contained in:
Ed Sanders 2021-11-09 14:25:34 +00:00
parent 0d4bb626f1
commit cb60e7aa04
3 changed files with 11037 additions and 1519 deletions

12550
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,8 +15,8 @@
"@wdio/local-runner": "7.4.6",
"@wdio/mocha-framework": "7.13.2",
"@wdio/sync": "7.4.6",
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"eslint-config-wikimedia": "0.21.0",
"grunt": "1.4.1",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.16.0",

View file

@ -32,7 +32,7 @@ describe( 'Cite backlinks', function () {
CitePage.getReference( 2 ).click();
assert(
CitePage.getCiteSubBacklink( 2 ).getAttribute( 'class' )
.indexOf( 'mw-cite-targeted-backlink' ) !== -1,
.includes( 'mw-cite-targeted-backlink' ),
'the jump mark symbol of the backlink is highlighted'
);
} );