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 (#20034)
  • Loading branch information
michael-s-molina authored May 12, 2022
1 parent f2881e5 commit a051d91
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 a051d91

Please sign in to comment.