Skip to content
Advertisement

Tag: stylelint

Stylelint skips entire folders

I have stylelint installed in my project, and I’ve configured its configuration. I added a script to run this linter on my src folder. For some reason, the linter scans only one folder. Here is my configuration file stylelint.config.js: This is the script: “stylelint”: “stylelint –f verbose src/**/*.scss”, My src folder has a lot of .scss files. But this script

Advertisement