I'm trying to hook up https://github.com/kungfusheep/SublimeLinter-contrib-stylelint to sublime... I've used SublimeLinter with the eslint and csslint addons before and they've worked perfectly.
After installing the stylelint everything seems to be running smoothly, only that sublime shows no linting errors even thought there are many. I have the stylelint package installed both -g and in my project. No errors or anything in sublime.
I'm thinking it could be that it doesn't find the config file of my project, although I think it's unlikely since I'm using a react-boilerplate as my starter project. But is there any way to see if the plugin has detected the config file?
Any idea what could be wrong?