bildpunkt / surfbird

A Microblogging client built on Electron and Vue
MIT License
331 stars 56 forks source link

Add stylelint #58

Open pixeldesu opened 6 years ago

pixeldesu commented 6 years ago

We're already linting our JS, so we shouldn't leave out the styles!

If you need a reference on how to use stylelint with Vue files, you can use this blog post as a guide!

What's to be done

pixeldesu commented 6 years ago

Gave this an attempt just now and it's not as easy as I have imagined it, at least the Webpack HMR stuff isn't.

Investigated and it seems like stylelint added support for linting inside .vue files just earlier this week. Probably giving this a bit more time will yield better results and implementations.