es-analysis / plato

JavaScript source code visualization, static analysis, and complexity tool
MIT License
4.56k stars 322 forks source link

Add support for ESLint and JSCS #78

Open fakewaffle opened 10 years ago

fakewaffle commented 10 years ago

JSHint is great, and so is ESLint and JSCS. Could you add support for them?

nikravi commented 10 years ago

+1

yoshuawuyts commented 10 years ago

+1, we recently switched to eslint and relying on jshint again is not an option.

anton-rudeshko commented 10 years ago

+1 here Because of extensibility of ESLint

yamikuronue commented 10 years ago

+1

mnadeem commented 9 years ago

+1

Sunwards commented 9 years ago

+1

vladferix commented 9 years ago

+1

ghost commented 9 years ago

+1

mnadeem commented 9 years ago

Typescript linting (https://github.com/palantir/tslint) support would be great too

Josh-a-e commented 9 years ago

+1

Krossnine commented 9 years ago

+1

medeeiros commented 9 years ago

+1

Especially jscs now that jshint is deprecating a few options pior to jscs.

grimurd commented 9 years ago

+1

Josh-a-e commented 9 years ago

+1

mayank-patel commented 9 years ago

+1

jeffrey-l-turner commented 9 years ago

+1

mayank-patel commented 9 years ago

Submitted a Patch Add ES6 Lint Reporter #155

mbcooper commented 8 years ago

+1

brawlerpdc commented 8 years ago

+1

the-simian commented 8 years ago

I'm going to eventually make a PR to merge it in, but in the meantime I do have it here: https://www.npmjs.com/package/es6-plato

This currently uses ESlint as the linter (instead of js hint). It has a number of other changes. My goal is to get it into this main plato repo and deprecate that one, but if you need it asap, that currently does work.

edit: It looks like there was an eslint PR some time ago here too : https://github.com/es-analysis/plato/pull/155