feat: add stylelint#64
Conversation
I intentionally left the no-empty-source errors up there since they refer to empty <style> tags. see #123
|
Hmph. It appears that adding Stylelint to the webpack setup isn't possible with how electron-vue is set up. Even vuejs-templates/webpack#836 suggests separating the CSS through I guess we'll have to figure out Webpack stuff on a separate PR. Do you want me to rearrange the |
|
@resir014 Hmm, looks like it. Leave the npm tasks but get rid of the Webpack stuff then, we'll add that at a later point if ever possible! (Also, add a task for the |
We'll explore stylelint + Webpack on a separate PR.
|
Will do. Also hrm, while running the Edit: It works, although autofix doesn't seem to work on my end... |
Description
see #58
this PR adds Stylelint support. SCSS linting is done through
npm run lint:css.Requirements
What's to be done
configure Webpack + Stylelint