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

Using alternative parsers #1

Open
justin-lau opened this issue Oct 25, 2015 · 1 comment
Open

Using alternative parsers #1

justin-lau opened this issue Oct 25, 2015 · 1 comment

Comments

@justin-lau
Copy link

The problem: the linter API this plugin is using right now does not accept alternative parsers. I'm using eslint-config-airbnb that uses babel-eslint as its parser. With this plugin the parser option set in the config file is not consumed, and therefore complains about some of the syntax I use with Babel.

I tried using the CLIEngine API directly in my gobblefile with built-in formatter, and it worked perfectly with eslint-config-airbnb.

I was going to create a PR but I found that the CLIEngine API was implemented long before this plugin. It keeps it me thinking there may be some good reasons behind this.

@julienw
Copy link

julienw commented Feb 27, 2016

I proposed a PR in #2 about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants