mirror of
https://github.com/status-im/consul.git
synced 2025-01-18 17:52:17 +00:00
ui: Ignore erroneous ember/jQuery eslint warnings (#11238)
This commit is contained in:
parent
e5a15fdaac
commit
26c9d5c135
@ -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…
x
Reference in New Issue
Block a user