Formatter configuration
Feature Request 🛍️
Add a formatter (prettier or any other) configuration to the codebase which is consistent with the eslint-configuration and introduces as few as possible linting changes.
Use Case
Formatting the codebase with formatted will improve the spacing which will improve the readability of the code.
Possible Solution
Can use prettier with some manual config file for the same.
Context
While working for a PR, there occurred a need for formatting. This made this issue rise up.
Detailed Description
The changes will most likely include:
- Addition of some new packages
- New configuration file for the formatter package.
- Changes to the existing
eslintconfiguration to be consistent with existing rules along with formatting rules.
Related Issues
I am willing to work on this issue . will you please assign it to me .
Please open a PR when ready for us to start looking at it.
@irmerk please review my PR and let me know if i need to make some improvement.