Skip to content

Commit

Permalink
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 73a1489
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 6 additions & 3 deletions cypress/integration/bundled-osd/check_advanced_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

/*
Expand All @@ -24,6 +21,12 @@
* permissions and limitations under the License.
*/

/*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

/* eslint-disable */
import {
MiscUtils,
LoginPage,
Expand Down
9 changes: 6 additions & 3 deletions cypress/integration/bundled-osd/check_default_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

/*
Expand All @@ -24,6 +21,12 @@
* permissions and limitations under the License.
*/

/*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

/* eslint-disable */
import {
MiscUtils,
LoginPage,
Expand Down
9 changes: 6 additions & 3 deletions cypress/integration/bundled-osd/check_filter_and_query.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

/*
Expand All @@ -24,6 +21,12 @@
* permissions and limitations under the License.
*/

/*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/

/* eslint-disable */
import {
MiscUtils,
CommonUI,
Expand Down

0 comments on commit 73a1489

Please sign in to comment.