TL;DR:
I'm testing five linters (jshint
, jslint
, eslint
, gjslint
, javascriptlint
) - that's all that I could find - for two common and easily detectable errors.
But they don't find any, so I'm asking the community to suggest one that can.
Here is a piece of code. You know that pattern that makes a constructor callable without "new"?