-
Notifications
You must be signed in to change notification settings - Fork 1
VS Code ‐ linters, autoformatters, and helpful plugins
Scott Macmillan edited this page Jul 21, 2024
·
1 revision
The project is set up right now to use linting and autoformatting. It's set up with an eye towards Visual Studio Code; if someone wants to get these running in other editors, we may need to really take a look at how things are set up under the hood to figure things out.
In VS code, the current tooling used here is:
-
Prettier - Code Formatter
- We have a .prettierrc.json checked in with some options tweaked to handle our Handlebars setup
- Prettier ESLint
- Handlebars
Other plugins that may be helpful:
- HTML CSS Support
- json
- .ejs - honestly not sure if this one comes into play or if I (Scott) just have it installed
- Auto Close Tag
- GitLens - this add-on is amazing