build(lint): disable console lint warnings
This commit is contained in:
parent
f56629fe88
commit
02c71ce97c
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-console': 'off',
|
||||
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue