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

@@ -227,6 +227,7 @@
// manually show the tooltip
$ulsTrigger.on( 'mouseover', function () {
// show only if the ULS panel is not shown
// eslint-disable-next-line no-jquery/no-sizzle
if ( !$( '.uls-menu:visible' ).length ) {
showTipsy( 3000 );
}