-
Notifications
You must be signed in to change notification settings - Fork 821
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: update eslint #1992
chore: update eslint #1992
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1992 +/- ##
==========================================
- Coverage 92.85% 92.67% -0.19%
==========================================
Files 139 152 +13
Lines 5317 5923 +606
Branches 1103 1245 +142
==========================================
+ Hits 4937 5489 +552
- Misses 380 434 +54
|
I thought we already agreed to remove all |
Its removed from API but the PR to remove it here never happened I guess.
edit: nevermind it's not as straightforward as i was thinking since the CI needs to be adapted. i'll do it in another PR |
Which problem is this PR solving?
After
npm install
the package-lock.json was modified because version there is still 0.17.0.Short description of the changes
Regenerate package-lock.json but when on it I updated eslint + plugins to latest version.