absolvent / gore-gulp

Simple way to run and maintain React.js projects without any configuration.
MIT License
1 stars 0 forks source link

Make .eslinrc useful for SublimeLinter-eslint #22

Closed zangrafx closed 9 years ago

zangrafx commented 9 years ago

SublimeLinter-eslint uses global babel-eslint by default. When I use SublimeLinter with .eslintrc from gore-gulp, it doesn't work.

In .eslinrc there is line:

"parser": "babel-eslint"

which causes SublimeLinter-eslint to look for babel-eslint instaled in project, but it cannot find it.

Current workaround is to install babel-eslint in project.

I can see possible solutions:

zangrafx commented 9 years ago

This is no longer an issue: