vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Eslint rules to force existing code style #2202

Closed hastom closed 4 years ago

hastom commented 4 years ago

Just two more rules:

  1. To force space before function paren's
  2. To force space before closing tag

Most of the code is already matches them, so i think we should force them to prevent autoformatting issues for future contributors

hastom commented 4 years ago

And one more to prevent semicolons :)