Skip to content

Commit

Permalink
fix: override eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvente committed Mar 13, 2024
1 parent bb6138c commit cc11819
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit cc11819

Please sign in to comment.