From c28d3abffc04ea1ebb5b41bc494fff1440485f74 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Wed, 30 Mar 2022 11:09:04 -0300 Subject: [PATCH] chore: Disables no literal colors for the theme configuration --- 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,