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 upCan provide a global config when using babel-eslint #870
Comments
This comment has been minimized.
This comment has been minimized.
|
Unfortunately I don't think there is anything out there. There used to be a It should be possible to do this using standard-engine directly with a custom eslint config based off eslint-config-standard. Sorry we were not able to help more! Closing this issue, but feel free to comment. |
Flet
closed this
Nov 7, 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.
kimown commentedApr 29, 2017
I want to use babel-eslint so I found this doc: https://github.com/feross/standard#how-do-i-use-experimental-javascript-es-next-features .
But I have a question, I want all my projects to use babel-eslint, the only way I found is adding this config to the every package.json of all my projects.
can standard provide a global config to make babel-eslint as default parser?