forked from import-js/eslint-plugin-import
-
-
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
sourceType 'module' is not supported when ecmaVersion < 2015 #185
Comments
@vladshcherbin I will look into this! I suspect #181 is related. |
Some other packages that I find having the same issue: |
SukkaW
added a commit
to SukkaW/eslint-plugin-import-x
that referenced
this issue
Nov 19, 2024
SukkaW
added a commit
to SukkaW/eslint-plugin-import-x
that referenced
this issue
Nov 19, 2024
cc @vladshcherbin @huynhducduy I have created a PR #186 to fix the issue! |
Fixed by #187 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
I for the love of god can't understand what's this error. Even the simplest config gives it:
I've tried different setting configurations and language options with no luck.
node - 22.10.0
eslint - 9.15.0
eslint-plugin-import-x - 4.4.2
reproduction - https://github.com/vladshcherbin/eslint-import
script -
pnpm lint
orpnpm eslint
The text was updated successfully, but these errors were encountered: