What do you think @ChristophWurst ?
I'm thinking of doing this as part of the Vue rewrite
Absolutely, this coding style is quite inconsistent right now. I remember @skjnldsv telling me that I should use a certain tool, which one was it?
Depends on the tech, eslint for js, stylelint for css :)
That's the two most used and they integrate nicely on webpack
Prettier is concerned only with code formatting i.e. semicolons, tabs/spaces, etc.
eslint and stylelint are complementary tools for finding errors in the js/css files
And as @skjnldsv says they play well together 😄
@kevgathuku eslint and stylelint also handle formatting ;)
Closed in #1172
Most helpful comment
Closed in #1172