-
Notifications
You must be signed in to change notification settings - Fork 73
Conversation
@andrea-guarino-sonarsource hey! Can we merge it? :) |
FWIW, I've been using with eslint 6 and there don't seem to be any issues, but of course I understand the need for a review. |
Seems that we only should bump nodejs version in package.json |
Hi @brettz9, |
Sure, @vilchik-elena , I can do that, but I'm not sure that you strictly speaking need to do so, since, in your Your own code could thus continue to support older Node versions (as long as users didn't update eslint to 6)--unless that is, you have made other updates to your own code base recently which in fact depend on Node 8 features. FYI, However, if you do want to drop Node 6 support (as many projects are admittedly doing), then you might consider whether you also wish to limit the eslint versions you support. Note that if you keep Node 6 support and want to ensure Travis is testing such a version as you advertise supporting, special logic will need to be added to ensure the Node 6 environment is installing an earlier eslint version. Likewise if you want to keep support for older eslint versions and test these (even if you run them on Node 8). |
any chance for a release? |
Fixes #120