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-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',
|
||||||
|
|
Loading…
Reference in a new issue