ui: Ignore erroneous ember/jQuery eslint warnings (#11238)

This commit is contained in:
John Cowen 2021-10-11 14:53:22 +01:00 committed by GitHub
parent f03d79c8b0
commit c059e57f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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