mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Disable eslint for console error
This commit is contained in:
parent
ec30665bc4
commit
7a6b4adcc1
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ RulesHelper = {
|
|||
emailMsg,
|
||||
});
|
||||
} catch (e) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(e);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue