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