Open emattias opened 4 years ago
OK am following
Did you ever figure this out?
Did you ever figure this out?
I had this issue after cloning a project with style lint in it and not running yarn / npm install (since I had cloned it there were no node_modules yet). I jumped straight into trying to debug without bothering to install everything 😓 After doing so everything behaved
With a
.stylelintrc.json
file with:I get this error:
I have added stylelint-config-sass-guidelines to my package.json but you are not using my package.json packages but have your own whitelist of npm packages, if I have understood correctly? Is there a list of which those are (and which versions?)
Also the supported stylelint version
10.1.0
is pretty old. The latest at the moment is 13.0.0. Could it be updated?