-
Notifications
You must be signed in to change notification settings - Fork 584
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
build: fix lint errors and introduce CI check #1277
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1277 +/- ##
==========================================
- Coverage 94.11% 94.11% -0.01%
==========================================
Files 44 44
Lines 4097 4096 -1
==========================================
- Hits 3856 3855 -1
Misses 241 241
Continue to review full report at Codecov.
|
I'm at a bit of a loss .... |
edit: fixed in 09f00fb? |
yuuuuuup, that was it :) I was thinking "surely this isn't just broken" :) |
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.
lgtm
While working on a different task, I tried running
npm run lint:fix
in hopes of making sure my PR was clean and tidy. It generated ... a lot of unrelated changes. This PR does a few things:npm run lint:fix
to capture low hanging fruitHappy to discuss any changes!