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 dc15814
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
@@ -1,3 +1,5 @@
/* eslint-disable */

/*
* SPDX-License-Identifier: Apache-2.0
*
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
@@ -1,3 +1,5 @@
/* eslint-disable */

/*
* SPDX-License-Identifier: Apache-2.0
*
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
@@ -1,3 +1,5 @@
/* eslint-disable */

/*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down

0 comments on commit dc15814

Please sign in to comment.