-
-
Notifications
You must be signed in to change notification settings - Fork 29
Chores to bring in line with other eslint projects #7
Comments
We support Node 4 and higher. I'd love to get this to a point where it can run natively on Node so we can remove babel, though I'd set that as a longer-term goal. |
@nzakas Ok thanks Also Node 4 or maintenance? (In other words is 5 supported and at what point after 8 drops does 7 support drop?) |
Node 4. We haven't made any other decisions regarding Node version support yet. |
I can help convert the gulpfile to Makefile.js and some other tasks. |
@JamesHenry @nzakas Not trying to rush you guys just having a very bad day as a tslint update appears to have broken linting on a bunch of my projects |
@corbinu You still have a bit of time before we do 4.0 release. We usually cut a separate branch and do Release Candidates for a few weeks before we release new major version. |
@ilyavolodin Ok thanks ... either way if people could let me know if there is anything else they want in or wants to comment that any of these might not be needed for 4.0 please let me know :) |
After creating the Makefile.js I will also spend some time converting the code to pure es5/es6 instead of transcompiled with babel. After this it should be a little easier to complete the rest of the tasks |
@soda0289 I have some time to work this weekend also do you want to toss me an email and we can plan it out. |
@corbinu I will probably start doing some work on the weekend. Haven't had enough time this week. This is the order I think would work best. What are your thoughts? I will send you an email when I know I can make time to work on this. I feel like Saturday will be when I start writing the Makefile but that may change. WIll keep you updated. |
Nice Work! Should be pretty straight forward now. I will try and get Makefile.js done soon. |
Closing as all chores have been completed @JamesHenry As soon as a version is released on NPM I will open a PR for eslint to make the switch that way we can get the PR added to the 4 milestone |
I just wanted to create a list of chores that need to be done here please make suggestions @JamesHenry @nzakas
Was wondering what versions of node does eslint officially support? I would like to only downgrade the es6 as much as needed to make it run without Babel.
The text was updated successfully, but these errors were encountered: