-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove framework plugins from dependencies #923
Conversation
🦋 Changeset detectedLatest commit: 26d390a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #923 +/- ##
==========================================
+ Coverage 63.50% 64.30% +0.79%
==========================================
Files 26 27 +1
Lines 1973 2132 +159
Branches 95 113 +18
==========================================
+ Hits 1253 1371 +118
- Misses 712 752 +40
- Partials 8 9 +1 ☔ View full report in Codecov by Sentry. |
Purpose
Over the years, Foundry has included more and more ESLint plugins for popular libraries. This has significantly increased its install size and led to several other issues:
package.json
file. This doesn't work well in monorepos.Plugins:
Approach and changes
Definition of done