-
-
Notifications
You must be signed in to change notification settings - Fork 19
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(#185): add langaugeOptions.parserOptions
to flat preset / read sourceType
w/ fallback
#186
base: master
Are you sure you want to change the base?
Conversation
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. |
🦋 Changeset detectedLatest commit: 1c200bf 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: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #186 +/- ##
==========================================
+ Coverage 96.09% 96.12% +0.03%
==========================================
Files 101 102 +1
Lines 4688 4700 +12
Branches 1613 1619 +6
==========================================
+ Hits 4505 4518 +13
+ Misses 177 174 -3
- Partials 6 8 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@SukkaW is it the right fix though? I'm actually not using any There must be some way the plugin to just use default ones from eslint 🤔 |
The PR not only changes the default config presets but also changes how the |
langaugeOptions.parserOptions
to flat presetlangaugeOptions.parserOptions
to flat preset / read sourceType
w/ fallback
@SukkaW perfect! Sorry I've somehow missed the second part of update 😅 Will happily switch from |
@vladshcherbin In the meantime, you could try out |
There is no need to patch to try out this PR, you can just try using CodeSandbox CI's preview artifacts. |
@SukkaW I've tried by patching - the error is still there. I've also added Current 4.4.2 reproduction recordingScreen.Recording.2024-11-19.at.13.21.38.movreproduction is the same - https://github.com/vladshcherbin/eslint-import |
@SukkaW The rule which gives the error is |
Fixes #185