diff --git a/desktop/.eslintrc.js b/desktop/.eslintrc.js index e60c0f213..5cb187b52 100644 --- a/desktop/.eslintrc.js +++ b/desktop/.eslintrc.js @@ -103,7 +103,7 @@ module.exports = { 'node/no-sync': [1], 'flipper/no-relative-imports-across-packages': [2], 'flipper/no-electron-remote-imports': [1], - 'flipper/no-console-error-without-context': [1], + 'flipper/no-console-error-without-context': [2], 'communist-spelling/communist-spelling': [1, {allow: ['cancelled']}], // promise rules, see https://github.com/xjamundx/eslint-plugin-promise for details on each of them