You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Expected Behavior:
Running
npm run lint:style
should run stylelint with"lint:style": "stylelint \"**/*.{vue,css,scss}\" --fix"
in package.jsonActual Behavior:
Error: No configuration provided
generated in terminalThe 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.
The text was updated successfully, but these errors were encountered: