chore: Changes the no-literal-colors lint rule to throw errors instead of warnings (#20034)
This commit is contained in:
parent
f2881e5bbd
commit
a051d91493
|
|
@ -210,7 +210,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'theme-colors/no-literal-colors': 1,
|
'theme-colors/no-literal-colors': 'error',
|
||||||
'translation-vars/no-template-vars': ['error', true],
|
'translation-vars/no-template-vars': ['error', true],
|
||||||
camelcase: [
|
camelcase: [
|
||||||
'error',
|
'error',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue