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

pull/6/head
Ashesh Vashi 2017-10-24 16:56:17 +05:30
parent a2c4fb02bc
commit 8adf005ef8
1 changed files with 3 additions and 2 deletions

View File

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