[FEATURE] request add prettier config file #159
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
hacktoberfest
hacktoberfest-accepted
New Features
What is the new or updated feature that you are suggesting?
Nowadays everyone uses Prettier, An opinionated code formatter.
The issue is everyone have different global settings of prettier according to their style. but this can cause useless changes to opensource projects as many people works on same code.
So having a
prettier config file
inside project directory can resolve this issue.How to solve this issue/ add this featuer?
adding a file
.prettierrc
and.prettierignore
will solve this issueThe text was updated successfully, but these errors were encountered: