Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upIf I use Standards do I need to use ESlint in the project? #943
Comments
This comment has been minimized.
This comment has been minimized.
|
Standard is an opinionated configuration of Eslint, so if you use Standard
you don't need to use another copy of Eslint
…On Sat, Jul 1, 2017 at 7:38 AM Jitendra Vyas ***@***.***> wrote:
Can Standard do everything which Eslint can do?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#943>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWlerk3aY5-OiwrLu0UB7cRWDevjM-6ks5sJdtLgaJpZM4OLOUw>
.
|
This comment has been minimized.
This comment has been minimized.
|
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
closed this
Jul 1, 2017
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.
jitendravyas commentedJul 1, 2017
Can Standard do everything which Eslint can do?