There are two options:
- You can either install the Prettier extension in VS Code (or your editor of choice).
- You can run
npm run formatfrom the command line.
Two options:
- Install and use the
ESLintextension. - Run
npm run lintfrom the command line.