Closed drew0530 closed 1 year ago
@drew0530 can you explain the issue you're seeing in more detail? The error in your screenshot looks like it's coming from stylelint-config-prettier
(a deprecated package) requiring a lower version of stylelint, which has nothing to do with this package, stylelint-config-prettier-scss
.
It appears to me that stylelint-config-prettier-scss requires version 15.0.0, and I have 15.10.0 installed, which is providing me a warning.
Sorry for the ambiguity.
@drew0530 that is not an error. This package requires any version of stylelint >=15, which is valid in your case. The screenshot you shared shows the error I described above. Do you have stylelint-config-prettier
installed? If so, remove it and the error will go away.
That solved the issue, thank you.
This package is not up to date with the latest version of stylelint.