Aside from keeping source relatively uniform, a decent linter can also prevent usage of bad patterns and methods that could lead to buggy and slow code.
ESLint is best equiped for guarding against anti-patterns, dprint is best suited to enforcing code style.
Aside from keeping source relatively uniform, a decent linter can also prevent usage of bad patterns and methods that could lead to buggy and slow code.
ESLint is best equiped for guarding against anti-patterns, dprint is best suited to enforcing code style.