eslint-mdx
eslint-mdx copied to clipboard
feat: support eslint-define-config
Initial checklist
- [ ] I read the support docs
- [ ] I read the contributing guide
- [x] I agree to follow the code of conduct
- [ ] I searched issues and couldn’t find anything (or linked relevant results below)
- [ ] If applicable, I’ve added docs and tests
Description of changes
address https://github.com/mdx-js/eslint-mdx/issues/526
The define-config-support.d.ts now somehow needs to be packed to the lib folder and then be made accessible, so users can us it like described in the issue
⚠️ No Changeset found
Latest commit: f14339a8f54d220114ff81328a39cd60a5dea720
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
📊 Package size report No changes
| File | Before | After |
|---|---|---|
| Total (Includes all files) | 1.5 MB |
1.5 MB |
| Tarball size | 173.8 kB |
173.8 kB |
Unchanged files
🤖 This report was automatically generated by pkg-size-action
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
@JounQin please have a look and it would be really nice if you take the PR over from here I'm not familiar with this repo, yarn v4 and the project's structure So I don't know how to build that file to the lib folder
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6615813) 100.00% compared to head (f14339a) 100.00%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #527 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 19 19
Lines 196 196
Branches 33 33
=========================================
Hits 196 196
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Shinigami92 OK, I'll finish it.