Style guide needs to be enforced
Created by: KrishnaPravin
Describe the bug Currently, there is no guidance/control of the style of the code here. As a result, in every PR there are lots of changes related to spaces, newline characters, and other code style-related changes. This increases the number of changes.
To Reproduce Steps to reproduce the behavior:
- Check the number of changes related to whitespace in PRs
Expected behavior
The contributors should run a code formatting tool like Prettier before submitting the PR.
To help the contributors do this, there must be a config file that has the formatting rules in it. In the case of Prettier, it is .prettierrc
at the root of the project or any other configuration format supported by Prettier.