SublimeLinter-contrib-stylelint icon indicating copy to clipboard operation
SublimeLinter-contrib-stylelint copied to clipboard

stylint crashed: no configuration provided for ...

Open applemate opened this issue 8 years ago • 1 comments

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

screen shot 2017-02-07 at 1 28 13 pm

applemate avatar Feb 07 '17 06:02 applemate

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.

timkelty avatar Oct 18 '17 18:10 timkelty