You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @shivam-sharma7, hope you are well!
thanks for the input. This issue was opened because we are not using this dependency atm.
We have just re-introduced code formatting on the java part of the project with an auto-formatter that is tied to the build lifecycle: 285ec51
I opened this issue with the intention of reviewing whether we can use the new formatter with the .TS code as well.
We have had problems in the past with git hooks working transparently across all envs (win,linux, macos) and was hoping we could tie it into the maven build lifecycle
I opened this issue with the intention of reviewing whether we can use the new formatter with the .TS code as well.
If you can format TS code via new formatter then prettier no longer needed
We have had problems in the past with git hooks working transparently across all envs (win,linux, macos) and was hoping we could tie it into the maven build lifecycle
Describe the bug
Horreum-web module imports the
prettier
dependency, which is referenced in theprettier-format
scriptReview usage of the dependency to determine if it is used, whether is should be used, removed or replaced
The text was updated successfully, but these errors were encountered: