Closed mikeselander closed 4 years ago
@ntwb I'm a little stuck on why I can't get the stylelint Node runner to respect the exclusions registered in a .stylelintignore
file. I can get a custom stylelint config file running, but I cannot get the exclusions to take. I've tried the following things:
process.cwd
before running the linterglobbyOptions.cwd
files
Am I perhaps missing a bug in Issues or messing something up in my config?
FYI this is ready for a final review! :shipit:
In the previous PR, I erroneously assumed that we'd just be using the default
.stylelintrc.json
file that ships with our config, completely forgetting that some projects use custom configurations. This PR allows using custom configurations within project files.