lint miclint#50
Conversation
|
I'd say we stick with |
|
@Roilan I can add this to |
|
see #51 |
|
Let's do that - changed the base branch. |
|
well actually I'm pretty sure that eslint doesn't work in older nodes - so if you're on node 0.10 or 0.12 you're already in trouble. |
|
@kesla we should set the node engine though, so that people get a warning if they try to install in an invalid environment. |
|
@Roilan would restricting it to the node versions help solve this in your eyes? |
|
@kesla @danmakenoise I'd say we add the node version warning. I've seen a couple modules default to const and becomes a debugging nightmare. |
|
Can we start a changelog for miclint? Seems like we're constantly changing stuff and I feel like people (me) are out of the loop unless they;re actively checking in on all the PRs |
|
@Roilan was that any time recently? node 0.10 & 0.12 have been unsupported for months at this point. Node 0.10 reached EOL at 2016-10-31 while node 0.12 reached EOL at 2016-12-31. So at this point none of the supported node version will have any problems w using I can def add the engines field, but what I'm also trying to figure out is if |
|
@orrybaram sure, I'll add a changelog to #51 |
|
@kesla thanks! 😁 |
We weren't actually following miclint in here. So let's lint our linter.
cc @danmakenoise @Roilan