You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2023/08/03 23:03:36 UTC

[superset] 04/12: not unsafe-to-chain-command in eslintrc

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch bump_esilnt
in repository https://gitbox.apache.org/repos/asf/superset.git

commit c0f8a6c74168e252e52fd865254f45d53ba3096a
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Tue Aug 1 18:36:19 2023 -0700

    not unsafe-to-chain-command in eslintrc
---
 superset-frontend/.eslintrc.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js
index 1615fc738e..5a22bf2c42 100644
--- a/superset-frontend/.eslintrc.js
+++ b/superset-frontend/.eslintrc.js
@@ -99,7 +99,6 @@ module.exports = {
         '@typescript-eslint/prefer-optional-chain': 0, // disabled temporarily
         camelcase: 0,
         'class-methods-use-this': 0,
-        'cypress/unsafe-to-chain-command': 0,
         'func-names': 0,
         'guard-for-in': 0,
         'import/no-cycle': 0, // re-enable up for discussion, might require some major refactors
@@ -211,7 +210,6 @@ module.exports = {
       ],
       rules: {
         'theme-colors/no-literal-colors': 0,
-        'cypress/unsafe-to-chain-command': 0,
         'translation-vars/no-template-vars': 0,
         'no-restricted-imports': 0,
       },