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:
braks
2023-01-07 18:04:09 +01:00
committed by Braks
parent da65c54b0d
commit 9923586581
+1
View File
@@ -1,5 +1,6 @@
module.exports = {
rules: {
'no-console': 'error',
'no-use-before-define': 0,
'vue/no-setup-props-destructure': 0,
'react/prop-types': 0,