feat: add support for flat config#923
Merged
Belco90 merged 6 commits intotesting-library:mainfrom Aug 11, 2024
G-Rath:add-flat-config
Merged
feat: add support for flat config#923Belco90 merged 6 commits intotesting-library:mainfrom G-Rath:add-flat-config
Belco90 merged 6 commits intotesting-library:mainfrom
G-Rath:add-flat-config
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #923 +/- ##
==========================================
+ Coverage 96.23% 96.32% +0.08%
==========================================
Files 44 44
Lines 2419 2449 +30
Branches 1000 1018 +18
==========================================
+ Hits 2328 2359 +31
+ Misses 91 90 -1 ☔ View full report in Codecov by Sentry. |
39 tasks
1 task
Belco90
approved these changes
Aug 11, 2024
Member
Belco90
left a comment
There was a problem hiding this comment.
Thanks for adding flat config support in the current version ❤️
|
🎉 This PR is included in version 6.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checks
Changes
Context
Resolves #902
Resolves #853
This uses a very similar approach to what I'm using for
eslint-plugin-jest- the types should actually be pretty much correct, but I've just gone straight to casting since things are a bit of a mess right now ecosystem wise, which'll improve once we have everyone on ESLint v9.Similarly I've not worried about adding any particular tests since the output is pretty stable and easily validated manually (which I have already), and I've based the documentation off what we use in
eslint-plugin-jesttoo