SublimeLinter-contrib-stylelint
SublimeLinter-contrib-stylelint copied to clipboard
stylint crashed: no configuration provided for ...
package.json
"stylelint": "^7.8.0",
"stylelint-scss": "^1.4.1",
"postcss": "^5.2.12"
.stylelintrc
{
"plugins": [
"stylelint-scss"
],
"rules": {
"no-duplicate-selectors": true,
"declaration-block-no-duplicate-properties": true
}
}
error screenshot
Getting the same error, but only when I don't have a .stylelintrc/stylelint.config.js file present.
If i stick on in the current project (or even one in my root home directory), the errors goes away.
Ideally it would NOT lint at all if no stylelint config could be found.