Allow to send error, and warning on console from the javascript modules.
parent
a2c4fb02bc
commit
8adf005ef8
|
@ -44,5 +44,6 @@ module.exports = {
|
|||
'error',
|
||||
'always-multiline'
|
||||
],
|
||||
}
|
||||
};
|
||||
'no-console': ["error", { allow: ["warn", "error"] }],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue