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.*',
|
'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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue