SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.47k stars 1.55k forks source link

Add stylelint support #474

Closed pixeldesu closed 6 years ago

pixeldesu commented 6 years ago

To not just lint our lovely JS with ESLint, it also would be great to have support for stylelint in electron-vue.

It looks like the vue-cli webpack template is close to getting this included as well: https://github.com/vuejs-templates/webpack/pull/842

I already tried getting this to work myself, but except the npm tasks to run the linter for the Vue files I didn't get stuff working with webpack, maybe someone else has more luck and can get it into this boilerplate then!

SimulatedGREG commented 6 years ago

Intending to evaluate this and eslint-plugin-vue once electron-vue is converted for new vue-cli changes.