Skip to content

Does the eslint engine support customized parser? #21

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

Closed
xinthink opened this issue Aug 5, 2015 · 1 comment
Closed

Does the eslint engine support customized parser? #21

xinthink opened this issue Aug 5, 2015 · 1 comment

Comments

@xinthink
Copy link

xinthink commented Aug 5, 2015

Hi,
I'm using the babel-eslint as parser, but the engine complains Cannot find module 'babel-eslint'

.eslintrc:

{
  "parser": "babel-eslint",          // https://github.com/babel/babel-eslint
  "plugins": [
    "react"                          // https://github.com/yannickcr/eslint-plugin-react
  ],
  "env": {
    "es6": true,
    "node": true
  },
  "ecmaFeatures": {
    "modules": true,
    "jsx": true
...

my .codeclimate.yml

engines:
  eslint:
    enabled: true
@gdiggs
Copy link
Contributor

gdiggs commented Aug 5, 2015

Hi there! We, unfortunately, are unable to support parsers and plugins right now. It is in our roadmap to support them. Follow #10 for updates when we release the ability to do so

@gdiggs gdiggs closed this as completed Aug 5, 2015
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