You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/04/04 08:12:05 UTC

[superset] 05/23: chore: Disables no literal colors for the theme configuration (#19437)

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

villebro pushed a commit to tag 1.5.0rc1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0c78522bfe9d5a08f09a48fae9de55e9bd83c9ff
Author: Michael S. Molina <70...@users.noreply.github.com>
AuthorDate: Wed Mar 30 11:57:21 2022 -0300

    chore: Disables no literal colors for the theme configuration (#19437)
    
    (cherry picked from commit 193744842bd168ca0ded47ee9d32a9e9fed2cc95)
---
 superset-frontend/.eslintrc.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js
index 8decc32ee7..facd3431f4 100644
--- a/superset-frontend/.eslintrc.js
+++ b/superset-frontend/.eslintrc.js
@@ -194,6 +194,7 @@ module.exports = {
         'fixtures.*',
         'cypress-base/cypress/**/*',
         'Stories.tsx',
+        'packages/superset-ui-core/src/style/index.tsx',
       ],
       rules: {
         'theme-colors/no-literal-colors': 0,