-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(deps): update husky and lint-staged #2124
Conversation
.prettierignore
Outdated
@@ -4,3 +4,4 @@ coverage | |||
client-src/live/web_modules/ | |||
node_modules | |||
CHANGELOG.md | |||
package-lock.json |
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.
We can remove this from here, because prettier doesn't change format of package-lock.json
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.
We can remove this from here, because prettier doesn't change format of package-lock.json
I agree.
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.
Good job, one note
.prettierignore
Outdated
@@ -4,3 +4,4 @@ coverage | |||
client-src/live/web_modules/ | |||
node_modules | |||
CHANGELOG.md | |||
package-lock.json |
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.
We can remove this from here, because prettier doesn't change format of package-lock.json
I agree.
36111eb
to
0f970ae
Compare
7ad4478
to
47bd6f6
Compare
Codecov Report
@@ Coverage Diff @@
## master #2124 +/- ##
=======================================
Coverage 92.58% 92.58%
=======================================
Files 32 32
Lines 1267 1267
Branches 357 357
=======================================
Hits 1173 1173
Misses 87 87
Partials 7 7 Continue to review full report at Codecov.
|
@evilebottnawi PTAL |
For Bugs and Features; did you add new tests?
no
Motivation / Use-Case
Wait for #2123.
closes: #2085
closes: #2087
Breaking Changes
no
Additional Info