From 0c78522bfe9d5a08f09a48fae9de55e9bd83c9ff Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:57:21 -0300 Subject: [PATCH] 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 8decc32ee7dc8..facd3431f4367 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,