Merge pull request #295 from furality/spr/main/55613900

refactor: make console an error
This commit is contained in:
ttshivers 2024-02-10 17:39:15 -06:00 committed by GitHub
commit 6e2ca7758c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,12 +61,7 @@ module.exports = {
'import/no-duplicates': 'error', 'import/no-duplicates': 'error',
'import/no-unresolved': 'error', 'import/no-unresolved': 'error',
curly: 'error', curly: 'error',
'no-console': [ 'no-console': 'error',
'warn',
{
allow: ['warn', 'error'],
},
],
quotes: [ quotes: [
'error', 'error',
'single', 'single',