node-jslint icon indicating copy to clipboard operation
node-jslint copied to clipboard

The JavaScript Code Quality Tool — for Node.js.

Results 18 node-jslint issues
Sort by recently updated
recently updated
newest added

Fixes #182. For me, it also works nicely if I just remove this definition, but someone somewhere might need it.

Thanks for packaging jslint! ```text $ git clone --quiet https://github.com/reid/node-jslint /tmp/node-jslint $ cd /tmp/node-jslint $ git branch --verbose * master 1eefcc4 Bump handlebars from 4.4.3 to 4.7.6 (#180) $ nodejs...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

@smikes What should I modify in upstream jslint.js to get it running with this project? I would do it manually. Thank you!!

[https://github.com/douglascrockford/JSLint/issues/247](https://github.com/douglascrockford/JSLint/issues/247l) evalmachine.:2574 s.string = s; ^ TypeError: Cannot create property 'string' on string '(begin)' ![image](https://user-images.githubusercontent.com/40396240/52685803-1a443b80-2f71-11e9-940b-d3a533907da1.png) i assume the highlighted expression must be "x.string = s" i am using "jslint-2012-02-03.js" file...

Input file: ``` function printUrl(e) { console.log(e.url); } try{ browser.webRequest.onHeadersReceived.addListener( printUrl, {urls: [""]}, ["blocking", "responseHeaders"] ) // catch(err){ // console.warn(err); // } ``` Command: `jslint --terse ddg_evernote.js` (terse just to...

From browsing the issues, I leaned that I'll want `--fudge` and `--es6` from now on, so I'd like my wrapper script to be able to detect their availability. Could you...

Make it easier for others to consume the 'multiple editions' code by splitting it into a separate module.

As a command line user, I want to see a brief description of every flag, so that I can understand the flags better. Just spit out the contents of https://github.com/reid/node-jslint/blob/master/doc/jslint.md...

next-rewrite