mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-25 02:00:19 -06:00
Allow to send error, and warning on console from the javascript modules.
This commit is contained in:
parent
a2c4fb02bc
commit
8adf005ef8
@ -44,5 +44,6 @@ module.exports = {
|
||||
'error',
|
||||
'always-multiline'
|
||||
],
|
||||
}
|
||||
};
|
||||
'no-console': ["error", { allow: ["warn", "error"] }],
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user