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
{{ message }}
This repository has been archived by the owner on May 19, 2023. It is now read-only.
Hi,
As far as I know, extending Stylelint with "stylelint-config-prettier" seems to work fine.
I was curious about the CLI helper tool
stylelint-config-prettier
and what it would report to me.It fails with:
TypeError: stylelint.createLinter(...).getConfigForFile is not a function
After checking a bit what it is about, it seems that this is an internal function of Stylelint and it got modify here: stylelint/stylelint#6415
This should be either fix or simply remove this CLI tool if it is not necessary.
Have a nice day.
The text was updated successfully, but these errors were encountered: