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. |
Beta Was this translation helpful? Give feedback.
-
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" |
Beta Was this translation helpful? Give feedback.
-
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+? |
Beta Was this translation helpful? Give feedback.
-
No. Perhaps we can do something like that on Github? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
I too was missing the strictness of "classic" JSLint, so I have been maintaining it here if anywun is interested. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Is this the official repository for JSLint? Because I wanted to lint some parts of my code and all of a sudden the
async
keyword 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.
Beta Was this translation helpful? Give feedback.
All reactions