chore(core): disable console log in core pkg eslint config
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
rules: {
|
rules: {
|
||||||
|
'no-console': 'error',
|
||||||
'no-use-before-define': 0,
|
'no-use-before-define': 0,
|
||||||
'vue/no-setup-props-destructure': 0,
|
'vue/no-setup-props-destructure': 0,
|
||||||
'react/prop-types': 0,
|
'react/prop-types': 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user