-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Move to postcss-load-config
5.0
#636
Comments
ESLint currently needs to work synchronously, so we can't use the new version of postcss-load-config where the sync API has been dropped 😓 |
It was dropped because of ESM/TS support where we have only async API. Is it possible to preload config by async API in some initializer before ESLint rules call? |
I've been looking for it many times but can't find it. If we need to upgrade postcss-load-config right now, I think we'll probably need to use something like |
Is there anything blocked? I believe @ota-meshi is very similar with |
I'm sure that using |
I'll raise a PR for it. |
@ota-meshi Here you are. #665 |
This project is using
postcss-load-config
3.0, but the latest version is 5.0.In new version we removed Node.js 12—16, improved ESM and TS support, and moved to async API.
The text was updated successfully, but these errors were encountered: