When developing other PR on this project I've found some improvements to propose to project's linting and formatting configuration to ensure consistency across future contributions.
What
Added Prettier configuration file: This ensures that the expected formatting rules are clearly defined and will not rely on Prettier's default values, which may change in future updates.
Updated ESLint configuration for v9 upgrade:
Lint and Prettier checks added to CI: The CI pipeline has been updated to include both lint and Prettier checks. This ensures that all future pull requests will comply with the defined coding standards and formatting, preventing unintentional formatting changes.
When developing other PR on this project I've found some improvements to propose to project's linting and formatting configuration to ensure consistency across future contributions.
What
Added Prettier configuration file: This ensures that the expected formatting rules are clearly defined and will not rely on Prettier's default values, which may change in future updates.
Updated ESLint configuration for v9 upgrade:
Lint and Prettier checks added to CI: The CI pipeline has been updated to include both lint and Prettier checks. This ensures that all future pull requests will comply with the defined coding standards and formatting, preventing unintentional formatting changes.