rjz / es6-client-boilerplate

Starting point for client-side es6 projects
Other
4 stars 1 forks source link

Move babel-eslint dependency to global #1

Closed dylanpyle closed 9 years ago

dylanpyle commented 9 years ago

Per http://eslint.org/docs/user-guide/configuring.html#specifying-parser, the parser field in .eslintrc should point to a global node module. Maybe I'm missing something obvious, but it doesn't work for me without this change.

dylanpyle commented 9 years ago

Looks like I'm wrong. Sorry for the noise.

rjz commented 9 years ago

https://github.com/rjz/es6-client-boilerplate/commit/247e92188eeb8c8333265e72bdecfc6580556901 updates the README to drop global reqs (fast-moving eslint is version-locked anyway). If you're seeing errors with the local install, though, I'd love to debug + fix.