mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
chore: Changes the no-literal-colors lint rule to throw errors instead of warnings (#20034)
This commit is contained in:
committed by
GitHub
parent
f2881e5bbd
commit
a051d91493
@@ -210,7 +210,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
rules: {
|
||||
'theme-colors/no-literal-colors': 1,
|
||||
'theme-colors/no-literal-colors': 'error',
|
||||
'translation-vars/no-template-vars': ['error', true],
|
||||
camelcase: [
|
||||
'error',
|
||||
|
||||
Reference in New Issue
Block a user