Allow to send error, and warning on console from the javascript modules.

This commit is contained in:
Ashesh Vashi 2017-10-24 16:56:17 +05:30
parent a2c4fb02bc
commit 8adf005ef8

View File

@ -44,5 +44,6 @@ module.exports = {
'error',
'always-multiline'
],
}
};
'no-console': ["error", { allow: ["warn", "error"] }],
},
};