Skip to content

Commit

Permalink
Add eslint-disable to disable eslint check
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh committed Oct 22, 2021
1 parent beff41d commit 9be1e13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/bundled-osd/check_advanced_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
* permissions and limitations under the License.
*/

/* eslint-disable */

import {
MiscUtils,
LoginPage,
Expand Down
2 changes: 2 additions & 0 deletions cypress/integration/bundled-osd/check_default_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
* permissions and limitations under the License.
*/

/* eslint-disable */

import {
MiscUtils,
LoginPage,
Expand Down
2 changes: 2 additions & 0 deletions cypress/integration/bundled-osd/check_filter_and_query.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
* permissions and limitations under the License.
*/

/* eslint-disable */

import {
MiscUtils,
CommonUI,
Expand Down

0 comments on commit 9be1e13

Please sign in to comment.