chore: Changes the no-literal-colors lint rule to throw errors instead of warnings (#20034)

This commit is contained in:
Michael S. Molina 2022-05-12 15:07:56 -03:00 committed by GitHub
parent f2881e5bbd
commit a051d91493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',