diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index 8decc32ee7dc..facd3431f436 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,