We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
We should be able to migrate the package to ESM now that all LTS other than 18.x support require(esm)
require(esm)
Basically, the only people affected will be those using flat configs written in CJS format with a version of node lower than 20.
Legacy config will already support this as it uses import under the hood to load the plugin.
import
In those cases, they can move their config file to eslint.config.mjs without having to migrate their entire repo.
eslint.config.mjs
I'd be happy to contribute this if you're on board
The text was updated successfully, but these errors were encountered:
here it is if we ever want it: main...43081j:eslint-plugin-solid:esm-only
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
We should be able to migrate the package to ESM now that all LTS other than 18.x support
require(esm)
Basically, the only people affected will be those using flat configs written in CJS format with a version of node lower than 20.
Legacy config will already support this as it uses
import
under the hood to load the plugin.In those cases, they can move their config file to
eslint.config.mjs
without having to migrate their entire repo.I'd be happy to contribute this if you're on board
The text was updated successfully, but these errors were encountered: