-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prettier #1574
Add prettier #1574
Conversation
@adamgibs did your editor help with this or did you have to do it by hand? Thats a lot of edits. |
PS is there a |
@oblodgett I've added a Makefile target |
Prettier formatter has been added and JS files have been updated. There is a formatting check in GH actions that fails if any JS files are incorrectly formatted along with two make targets,
prettier-check
that validates formatting andprettier-write
which updates formatting. Formatting rules can be changed in the .prettierrc.yaml
file