eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
65 stars 4 forks source link

fix: Wrap plugins that are wrapped in extends #37

Closed nzakas closed 3 weeks ago

nzakas commented 1 month ago

Prerequisites checklist

What is the purpose of this pull request?

Fixes a bug where the same plugin referenced in extends and plugins may result in a "Cannot redefine plugin" error.

What changes did you make? (Give an overview)

Related Issues

Is there anything you'd like reviewers to focus on?