Stop arguing about code style in pull requests!
Many teams are familiar with the situation such as arguing in pull requests about how to place brackets, indent, and how to format code. This results in a waste of a lot of time and energy. It can also lead to conflict situations. If we can automate ...
pavelkomiagin.hashnode.dev4 min read
Evgeiy Logvinov
VueJS
Useful article. Also, we are using linters for Css and js/ts with prettier. Only one point, which need to be solved - conflicts between some prettier and eslint rules.