build: Update linters

Change-Id: Ib513d9fe879fb0c848cdfefaaaa753cc7279e242
This commit is contained in:
Ed Sanders
2019-09-17 14:55:46 +01:00
parent 512b597a9d
commit dae53b628c
7 changed files with 155 additions and 185 deletions

View File

@@ -154,6 +154,7 @@
var $this = $( this );
$this.data( 'module' ).render();
// eslint-disable-next-line no-jquery/no-sizzle
if ( languageSettings.$window.is( ':visible' ) ) {
languageSettings.$window.scrollIntoView();
}