-
Notifications
You must be signed in to change notification settings - Fork 586
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
feat: add code linting and prettify #1350
Conversation
.prettierrc.js
Outdated
@@ -0,0 +1,7 @@ | |||
module.exports = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is added by mistake, removed here: 716b289
Codecov Report
@@ Coverage Diff @@
## master #1350 +/- ##
==========================================
+ Coverage 79.00% 79.02% +0.02%
==========================================
Files 287 287
Lines 11112 11123 +11
Branches 2350 2350
==========================================
+ Hits 8779 8790 +11
Misses 2333 2333
Continue to review full report at Codecov.
|
This reverts commit a525b24.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue #, if available: We don't have a linter or prettify function implemented that will easily format your code for you
Description of changes:
Added linting with eslint to the codebase. This runs at the root and takes ~5sec.
yarn run lint
real 0m4.294s
user 0m5.053s
sys 0m0.560s
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.