At Great Lakes, we use the StandardJS style linter. The good news is it is super easy to install and get going.
npm install -g standard
- Install in your VSCode (or IDE of choice) the Standard extension. For VSCode, it is an extension by (Sam Chen)
- For VSCode, go into your settings and set
standard.autoFixOnSave
totrue