mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
added eslint no-console (#5305)
* added eslint no-console * Update client/.eslintrc.js to allow warnings Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com> Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@ module.exports = {
|
||||
// allow debugger during development
|
||||
"no-debugger": process.env.NODE_ENV === "production" ? 2 : 0,
|
||||
"jsx-a11y/anchor-is-valid": "off",
|
||||
"no-console": ["warn", { allow: ["warn", "error"] }],
|
||||
"no-restricted-imports": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user