From 03a824ea1832132c291bc02ded563013739c7bbf Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 3 Nov 2021 06:52:04 -0700 Subject: [PATCH] Enforce console.error usage with context Summary: We're down to zero! Reviewed By: nikoant Differential Revision: D32099777 fbshipit-source-id: af76a2e39b2bdf1523baa0a9cb219d8219818fa9 --- desktop/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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