stylelint
stylelint copied to clipboard
Running lint:style doesn't work without a stylelint config file
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.