refactor: make console an error
Make console an error commit-id:55613900
This commit is contained in:
parent
0f8eaf04db
commit
4605b9aa66
1 changed files with 1 additions and 6 deletions
|
@ -61,12 +61,7 @@ module.exports = {
|
|||
'import/no-duplicates': 'error',
|
||||
'import/no-unresolved': 'error',
|
||||
curly: 'error',
|
||||
'no-console': [
|
||||
'warn',
|
||||
{
|
||||
allow: ['warn', 'error'],
|
||||
},
|
||||
],
|
||||
'no-console': 'error',
|
||||
quotes: [
|
||||
'error',
|
||||
'single',
|
||||
|
|
Loading…
Reference in a new issue