You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this. My initial reaction is that this should be a simple (hopefully backwards-compatible) change where we'd need some additional async/await keywords in the following part.
I'm open to a PR if anyone wants to try this out. As mentioned I'd love to support this in a backwards-compatible way so let's ensure it works with v16 but also with earlier versions so that we can maintain the current level of flexibility.
In v16 the formatters were changed to Promises
https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-16.md#changed-nodejs-api-stylelintformatters-object
So the defaults no longer work.
The text was updated successfully, but these errors were encountered: