chore: Disables no literal colors for the theme configuration (#19437)

This commit is contained in:
Michael S. Molina 2022-03-30 11:57:21 -03:00 committed by GitHub
parent 2451937097
commit 193744842b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ module.exports = {
'fixtures.*', 'fixtures.*',
'cypress-base/cypress/**/*', 'cypress-base/cypress/**/*',
'Stories.tsx', 'Stories.tsx',
'packages/superset-ui-core/src/style/index.tsx',
], ],
rules: { rules: {
'theme-colors/no-literal-colors': 0, 'theme-colors/no-literal-colors': 0,