chore: Disables no literal colors for the theme configuration (#19437)
This commit is contained in:
parent
2451937097
commit
193744842b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue