eslint-plugin-import icon indicating copy to clipboard operation
eslint-plugin-import copied to clipboard

FIx Key "plugins": Cannot redefine plugin "import". when used in fla…

Open offspring opened this issue 1 year ago • 2 comments

Fix for: Oops! Something went wrong! :(

ESLint: 9.12.0

ConfigError: Config (unnamed): Key "plugins": Cannot redefine plugin "import". at rethrowConfigError (/Users/atrzeciak/workspace/uber/uber-paste/uber-paste/node_modules/@eslint/config-array/dist/cjs/index.cjs:303:8)

offspring avatar Oct 21 '24 19:10 offspring

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 95.40%. Comparing base (67cc798) to head (bfe3a5a). :warning: Report is 33 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3089       +/-   ##
===========================================
+ Coverage   81.99%   95.40%   +13.41%     
===========================================
  Files          94       83       -11     
  Lines        4154     3571      -583     
  Branches     1395     1248      -147     
===========================================
+ Hits         3406     3407        +1     
+ Misses        748      164      -584     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Oct 21 '24 19:10 codecov[bot]

I want to share something. I got same error too but later I found out it's error because eslint-config-next included this plugin when include with eslintrc.

so it's just FYI for who faced this issue and it doesn't cause from this package. It should cause from other packages.

ethaizone avatar Feb 07 '25 06:02 ethaizone