reid / node-jslint

The JavaScript Code Quality Tool — for Node.js.
http://jslint.com/
Other
491 stars 101 forks source link

Split into two npm modules: one for jslint editions, one for node cli/reporters #95

Open smikes opened 10 years ago

smikes commented 10 years ago

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

karimsa commented 8 years ago

I have created a new npm module to maintain the JSLint versions available at: https://github.com/karimsa/jslint-ed

For node-jslint to be able to list the editions I have also added exporting of the list of editions.

Is this proper for your use case?

smikes commented 8 years ago

Not quite what I had in mind: I was hoping for something that manages downloading new versions of jslint as they're published