stylelint icon indicating copy to clipboard operation
stylelint copied to clipboard

Running lint:style doesn't work without a stylelint config file

Open m-shum opened this issue 1 year ago • 0 comments

Expected Behavior: Running npm run lint:style should run stylelint with "lint:style": "stylelint \"**/*.{vue,css,scss}\" --fix" in package.json

Actual Behavior: Error: No configuration provided generated in terminal

The issue is resolved by adding a stylelint config file, but that kind of renders this package redundant since it requires installing and configuring all the relevant dependencies.

m-shum avatar Apr 10 '24 22:04 m-shum