Currently, the code formatting across the web components lacks consistency, making it challenging for developers to maintain a uniform code style. To address this, I propose the adoption of Prettier as the standard code formatter for all web components within the project. Prettier is already installed by default in IntelliJ, providing a seamless integration for our development environment.
IntelliJ Hints:
There is either an prompt asking you if you want to format this project with Prettier or
you can open the command prompt (Ctrl + Shift + A at default settings) and choose Reformat Code with Prettier
Note:
I excluded the Java components from the code formatting until @AlgosGitHub says otherwise
Currently, the code formatting across the web components lacks consistency, making it challenging for developers to maintain a uniform code style. To address this, I propose the adoption of Prettier as the standard code formatter for all web components within the project. Prettier is already installed by default in IntelliJ, providing a seamless integration for our development environment.
Proposes formatter settings:
IntelliJ Hints: There is either an prompt asking you if you want to format this project with Prettier or you can open the command prompt (Ctrl + Shift + A at default settings) and choose
Reformat Code with Prettier
Note: I excluded the Java components from the code formatting until @AlgosGitHub says otherwise