-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
fix resolveConfig
to work with Prettier 3
#942
Conversation
🦋 Changeset detectedLatest commit: 7f93b14 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 |
5a3479b
to
b53b2b4
Compare
The `sync` function is gone and only async version exists.
39e7dc5
to
a4efafb
Compare
a4efafb
to
86639d4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #942 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 295 291 -4
Branches 85 82 -3
=========================================
- Hits 295 291 -4
☔ View full report in Codecov by Sentry. |
The
sync
function is gone and only async version exists.Also remove
eslintPath
argument that test function does not consume.