-
Notifications
You must be signed in to change notification settings - Fork 109
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
Added prettier to the project #335
Conversation
🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from team will review it as soon as possible. We appreciate your support in making Dataverse better. |
✅ Deploy Preview for multiverse-dataverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@amin-xiv I will test and review it soon |
Hey @amin-xiv, I tested the PR, it works great. But I had to run the Also, is it possible to put the newly added files in some directory? So that there not too many files in the root directory. I understand that some files need to be in the root directory for automatic detection. Just let me know if some movement is possible. Checkout this |
Hey @multiverseweb,
About making the root directory look less crowded, I will be changing the location of Let me know your thoughts. |
Description
I have added the Prettier setup to the project.
Related Issue
Fixes #321
Note:
.gitignore
file, in which the__pycache__
folder and thenode_modules
folder are ignored..gitattributes
folder to handle line endings across different systems.package.json
,.prettierrcc
...etc).prettier.png
image in the documentation will appear only after it has been merged.Type of change
Checklist