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, },