-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(sage-monorepo): configure Prettier as the default formatter #2793
feat(sage-monorepo): configure Prettier as the default formatter #2793
Conversation
|
Removing Prettier plugin for eslint
|
🎉 All dependencies have been resolved ! |
Closes #2789
Fixes #2797
Depends on #2796
Description
Changelog
nx format
to support the Java plugin for Prettier*api-docs:build
tasksFuture work
References
Preview
Check the format of the files considered as affected by Nx compared to the
main
branch. Nx allows to pass options to modify this default behavior, e.g. to check only uncommitted files. Using Nx'sformat
command allows to save time compared to running directly Prettier on all the workspace files.nx format:check
Format the affected files:
nx format