Skip to content

Commit

Permalink
chore: Changes the no-literal-colors lint rule to throw errors instea…
Browse files Browse the repository at this point in the history
…d of warnings (apache#20034)
  • Loading branch information
michael-s-molina authored and philipher29 committed Jun 9, 2022
1 parent 308159e commit 9999dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9999dba

Please sign in to comment.