-
Notifications
You must be signed in to change notification settings - Fork 22
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
Updates ESLint to 8.0.0 #39
Conversation
not used at all Signed-off-by: Benjamin Kroeger <[email protected]>
Signed-off-by: Benjamin Kroeger <[email protected]>
- drops support for node 10 - adds module name mapper for jest (see eslint/eslintrc#57) BREAKING CHANGE Signed-off-by: Benjamin Kroeger <[email protected]>
Looks simple enough, I will test it within a couple of days and probably release it as v2.0.0 |
@benkroeger: Thanks for doing this! I left a couple of (very minor) comments. |
@benkroeger: |
eslint/eslint@f9217e5 Signed-off-by: Benjamin Kroeger <[email protected]>
Signed-off-by: Benjamin Kroeger <[email protected]>
do you guys care to release this? It's actually blocking me from upgrading my project to eslint@8 |
@sweepline: Do you have an update on when you are going to review and release this? You did say that you were going to test this PR in a couple of days, but that was nearly two weeks ago. I understand that maintainers have other responsibilities beyond their projects, but making written promises and not following through can be a little problematic. @benkroeger: I'm not sure what project you're trying to upgrade, but for some of my projects, I just installed this repository over |
Sorry about the wait... I've published this as v2.0.0 |
fixes #38
includes BREAKING CHANGES