From dc15814fdd2332d059581923f3ee855e2a3bada6 Mon Sep 17 00:00:00 2001 From: Anan Zhuang Date: Fri, 22 Oct 2021 18:38:05 +0000 Subject: [PATCH] Add eslint-disable to disable eslint check Signed-off-by: Anan Zhuang --- cypress/integration/bundled-osd/check_advanced_settings.js | 2 ++ cypress/integration/bundled-osd/check_default_page.js | 2 ++ cypress/integration/bundled-osd/check_filter_and_query.js | 2 ++ 3 files changed, 6 insertions(+) diff --git a/cypress/integration/bundled-osd/check_advanced_settings.js b/cypress/integration/bundled-osd/check_advanced_settings.js index 099f48bd22b3..d652a1edb82e 100644 --- a/cypress/integration/bundled-osd/check_advanced_settings.js +++ b/cypress/integration/bundled-osd/check_advanced_settings.js @@ -1,3 +1,5 @@ +/* eslint-disable */ + /* * SPDX-License-Identifier: Apache-2.0 * diff --git a/cypress/integration/bundled-osd/check_default_page.js b/cypress/integration/bundled-osd/check_default_page.js index 906636ed495f..fc5b014505b5 100644 --- a/cypress/integration/bundled-osd/check_default_page.js +++ b/cypress/integration/bundled-osd/check_default_page.js @@ -1,3 +1,5 @@ +/* eslint-disable */ + /* * SPDX-License-Identifier: Apache-2.0 * diff --git a/cypress/integration/bundled-osd/check_filter_and_query.js b/cypress/integration/bundled-osd/check_filter_and_query.js index 7215306b91f2..3eb1c1136e59 100644 --- a/cypress/integration/bundled-osd/check_filter_and_query.js +++ b/cypress/integration/bundled-osd/check_filter_and_query.js @@ -1,3 +1,5 @@ +/* eslint-disable */ + /* * SPDX-License-Identifier: Apache-2.0 *