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:34 UTC

[superset] 02/12: more disabling

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 f249ed3362180f584edf0333aecdfff71f98279a
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Tue Aug 1 17:35:09 2023 -0700

    more disabling
---
 superset-frontend/.eslintrc.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js
index 6e103a75ce..4aca8ea50a 100644
--- a/superset-frontend/.eslintrc.js
+++ b/superset-frontend/.eslintrc.js
@@ -211,6 +211,7 @@ 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,
       },