sumcumo / vue-datepicker

A datepicker Vue component. Compatible with Vue 2.x.
https://sumcumo.github.io/vue-datepicker/
Apache License 2.0
75 stars 22 forks source link

09 Lint the whole project #205

Closed mst101 closed 10 months ago

mst101 commented 1 year ago

This ensures that the whole project is linted (including the documentation) and only allows one attribute per line in vue components.

It also adjusts some of the styling (which is further improved when 'dark mode' is added in a later PR).