From 86dc5b13fc1c6a86ba4107f0c6e3cde7b578a999 Mon Sep 17 00:00:00 2001 From: Andrey Goncharov Date: Fri, 1 Apr 2022 03:07:24 -0700 Subject: [PATCH] Remove linting exception for react devtools Summary: The linting exception is no longer needed as we have decapitated React DevTools Reviewed By: nikoant Differential Revision: D35283282 fbshipit-source-id: 73f4b14dcd35f6d93b464513fd8480bfa8a0168c --- desktop/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/.eslintrc.js b/desktop/.eslintrc.js index 2e0af1658..c7a1bea48 100644 --- a/desktop/.eslintrc.js +++ b/desktop/.eslintrc.js @@ -274,7 +274,6 @@ module.exports = { 'plugins/postinstall.tsx', // TODO: Remove specific plugin overrides down below 'plugins/fb/kaios-portal/kaios-debugger-client/client.tsx', - 'plugins/public/reactdevtools/index.tsx', ], rules: { 'no-restricted-imports': [