-
-
Notifications
You must be signed in to change notification settings - Fork 934
Configured ESLint and Prettier #332
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
Conversation
|
@joshi-kaushal is attempting to deploy a commit to a Personal Account owned by @reactplay on Vercel. @reactplay first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@joshi-kaushal Great work so far on this. Can you, me, and @koustov catch up on Discord sometime this week to discuss it? With the repositories splitting up, the new plays repo should have these and all the plays should change there to meet these. Also, the framework(react-play) repo should have the lining too.. Better to do it repo-specific so that we can avoid many conflicts in code. Let's catch up some time to plan. |
|
Yes, let's plan for this Friday evening! Or if you want to schedule earlier, I am fine with that too. |
|
is this being taken care? |
|
There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale. This PR will be closed and locked in 7 days if no further activity occurs. Thank you for your contributions! |
Description
I have configured ESLint and Prettier in our project. This will ensure that everyone is following the same code standards.
It fixes #263
#277
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I have tested it on my local machine. Everything is working as it should be.
Read Before Merging
underscore_caseinstead ofcamelCase.jsfilesand so on.
Suggestions
...ignorefilesWhat next?
yarn formatbefore committing the code is suggested. This command will make the necessary changes in your codebase. If an error occurs during the procedure, it will throw an error at the end, but it is fine.Checklist: