Disable eslint for console error

This commit is contained in:
justinr1234 2019-03-18 23:50:15 -05:00 committed by GitHub
parent ec30665bc4
commit 7a6b4adcc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,7 @@ RulesHelper = {
emailMsg,
});
} catch (e) {
// eslint-disable-next-line no-console
console.error(e);
return;
}