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
{{ message }}
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
Installing and setting up prettier will help to format the code automatically on saving. Many contributor contributes to the project and may do some bad code formatting practices like adding unwanted extra space lines or not adding proper space so prettier will be useful for perfectly structured and easy to read code. Prettier will follow one pattern and format the code accordingly on saving. basically Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
More info: https://prettier.io/docs/en/why-prettier.html
Adding prettier will make the code clean and structured.
Possible solution
I would like to add prettier to the project.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Issue Type:
[ ] Bug Report
[x] Feature Request
[ ] Documentaion
Describe the bug
More info: https://prettier.io/docs/en/why-prettier.html
Possible solution
Screenshots
The text was updated successfully, but these errors were encountered: