Add Checkstyle and Prettier to BFF #65
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/checkstyle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds Checkstyle and Prettier configuration to BFF. It also adds a gitea action to run these.
Add Checkstyleto WIP: Add CheckstyleWIP: Add Checkstyleto Add Checkstyle and Prettier to BFFOne minor issue that would have been good to address is the need to run
npm installinbff/before you can run any Maven command. Runningnpm install(and maybe even installing Node and npm) via Maven before attempting to run Prettier would have been nice.