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

Mention custom parsers in the readme #161

Closed
LinusU opened this issue Jun 16, 2015 · 3 comments

Comments

@LinusU
Copy link
Member

commented Jun 16, 2015

From #106

The latest version of standard (3.12.0) now supports custom JS parsers!

To use a custom parser, install it from npm (example: npm install babel-eslint) and add this to your package.json:

{
  "standard": {
    "parser": "babel-eslint"
  }
}

It would be good if this could be documented in the README.md

@yoshuawuyts

This comment has been minimized.

Copy link
Contributor

commented Jun 16, 2015

PRs are welcome!

@feross

This comment has been minimized.

Copy link
Member

commented Jun 16, 2015

Done.

@LinusU

This comment has been minimized.

Copy link
Member Author

commented Jun 17, 2015

👍

Flet added a commit to Flet/standard that referenced this issue Oct 23, 2015

@lock lock bot locked as resolved and limited conversation to collaborators May 11, 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.