DEV Community

Discussion on: Do's and Don'ts for Javascript Newbies

Collapse
 
dandevri profile image
Danny de Vries • Edited

On formatting code: using linters is a good way to make sure your code is consistent (e.g. in a team or contributions to open-source projects) but maybe more important is to look at recommended and standard configs to see which rules a specific linter enforces.