From cc11819391649fd213ed30bb9db7ad917c9d51a7 Mon Sep 17 00:00:00 2001 From: johnvente Date: Wed, 13 Mar 2024 15:12:15 -0500 Subject: [PATCH] fix: override eslint rules --- config/.eslintrc.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/.eslintrc.js b/config/.eslintrc.js index d22c779a5..bd0c0880c 100644 --- a/config/.eslintrc.js +++ b/config/.eslintrc.js @@ -55,14 +55,6 @@ module.exports = { 'react/function-component-definition': [2, { namedComponents: 'arrow-function' }], 'import/prefer-default-export': 'off', }, - overrides: [ - { - files: ['**/plugins/**/*.jsx'], - rules: { - 'import/no-extraneous-dependencies': 'off', - }, - }, - ], globals: { newrelic: false, },