Replies: 6 comments 6 replies
|
I still think async et al were really bad ideas. I am impressed with Kai Zhu, so I have put JSLint in his care. |
|
planned roadmap is in the Todo section of CHANGELOG.md
there are no plans to support native generator functions, symbols, and generally any feature that "is sometimes dangerous, and there is a better option" |
|
Thanks to both of you for the answer. Last small question: Is there an open group/forum for a broader audience as it used to be on Google+? |
|
No. Perhaps we can do something like that on Github? |
|
fyi, pr #364 exposes the internal v8-coverage-tooling used by ci. this expands the scope of jslint as a "Code Quality Tool" to encompass a code-coverage as well. |
|
I too was missing the strictness of "classic" JSLint, so I have been maintaining it here if anywun is interested. |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
Is this the official repository for JSLint? Because I wanted to lint some parts of my code and all of a sudden the
asynckeyword is staring at me.I'm just curious what has happened to such a strict tool as JSLint is so it started to support some of relatively new JS features/concepts. I'm just asking because I've been a fan of the Crockford's sceptical and minimalistic approach to the language and now I've become a bit confused. I recall he's been sceptical about for instance
async await, native generator functions, symbols etc. Has he changed his mind?Is JSLint turning into some kind of Prettier style linter? What's the future of JSLint?
Thanks for the answer.
All reactions