-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activities Project: Linter and Prettier config file missing #87
Labels
nmn-22
No Mess November 2022
Comments
3 tasks
atapas
changed the title
Prettier config file missing
Linter and Prettier config file missing
Nov 14, 2022
Hi @RohitSaini7 Can you please check the linter also? |
atapas
changed the title
Linter and Prettier config file missing
Activities Project: Linter and Prettier config file missing
Nov 14, 2022
Hi this @RohitSaini7 other ID. |
Hey Assign this to my other id @Rohit-Saini7. |
Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the issue?
Nowadays everyone uses Prettier, An automated code formatting tool.
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?
adding a file
.prettierrc
and.prettierignore
will solve this issueThe text was updated successfully, but these errors were encountered: