ui: Ignore erroneous ember/jQuery eslint warnings (#11238)
This commit is contained in:
parent
f03d79c8b0
commit
c059e57f33
|
@ -1,3 +1,4 @@
|
|||
/*eslint ember/no-jquery: "off", ember/no-global-jquery: "off"*/
|
||||
'use strict';
|
||||
const path = require('path');
|
||||
const exists = require('fs').existsSync;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* eslint no-console: "off" */
|
||||
/*eslint no-console: "off", ember/no-jquery: "off", ember/no-global-jquery: "off"*/
|
||||
|
||||
const elementNotFound = 'Element not found';
|
||||
// this error comes from our pageObject `find `function
|
||||
|
|
Loading…
Reference in New Issue