refactor: make console an error

Make console an error

commit-id:55613900
This commit is contained in:
Conicaw 2024-02-10 17:32:47 -06:00
parent 0f8eaf04db
commit 4605b9aa66
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418

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