Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If I use Standards do I need to use ESlint in the project? #943

Closed
jitendravyas opened this issue Jul 1, 2017 · 2 comments

Comments

@jitendravyas
Copy link

commented Jul 1, 2017

Can Standard do everything which Eslint can do?

@yoshuawuyts

This comment has been minimized.

Copy link
Contributor

commented Jul 1, 2017

@bcomnes

This comment has been minimized.

Copy link
Member

commented Jul 1, 2017

Standard is a standalone program that uses eslint under the hood. You just install it as a dev dependency and start using it however you like (in CI steps, as an editor linter etc).

You can use ESLint with the standard ruleset by using https://github.com/standard/eslint-config-standard but that requires more per-project configuration.

@bcomnes bcomnes closed this Jul 1, 2017

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
3 participants
You can’t perform that action at this time.