-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Streamline code styles #384
Conversation
Codecov Report
@@ Coverage Diff @@
## main #384 +/- ##
=======================================
Coverage 54.69% 54.69%
=======================================
Files 62 62
Lines 1918 1918
Branches 316 316
=======================================
Hits 1049 1049
Misses 865 865
Partials 4 4
|
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.
I get this warning:
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
Since we already yarn.lock
, should we remove the package-lock.json
file?
Indeed. I've removed the json file again and created a test so it's not created again in the future. |
Changes
Checklist