Lines Matching +full:eslint +full:- +full:utils
7 // http://www.apache.org/licenses/LICENSE-2.0
20 import {exists} from '../base/utils';
42 // eslint-disable-next-line @typescript-eslint/no-explicit-any
54 class: classNames(highlighted && 'pf-highlighted'),
57 m('span.pf-title', this.renderTitle(displayName)),
58 label && m('span.pf-tag', label),
129 // When true, disable and grey-out the omnibox's input.
132 // Ref to use on the input - useful for extracing this element from the DOM.
217 /* eslint-disable
218 @typescript-eslint/strict-boolean-expressions */
220 /* eslint-enable */
257 '.pf-omnibox-dropdown',
266 '.pf-omnibox-dropdown-footer',
303 return m('ul.pf-omnibox-options-container', opts);
354 onSelectedOptionChanged(Math.max(0, selectedOptionIndex - 1));
364 const max = options.length - 1;