Merge pull request #295 from furality/spr/main/55613900
refactor: make console an error
This commit is contained in:
commit
6e2ca7758c
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