mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 05:38:48 +01: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,
|
emailMsg,
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
console.error(e);
|
console.error(e);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue