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

Use eslint #198

Open
jeromecovington opened this issue Jun 15, 2015 · 2 comments
Open

Use eslint #198

jeromecovington opened this issue Jun 15, 2015 · 2 comments

Comments

@jeromecovington
Copy link

Having a little difficulty with the JSHint default as the project I am working with uses ESLint. Anybody else run into this, and how did you set up MA with ESLint?

@rudle
Copy link
Contributor

rudle commented Jun 15, 2015

Hi there,

We ship MA with syntastic (https://github.com/square/maximum-awesome/blob/master/vimrc.bundles#L24) which appears to support eslint as long as the binary is available. I'd take a look at this FAQ https://github.com/scrooloose/syntastic#faqcheckers and go from there.

Good luck!

@davidmaxwaterman
Copy link
Contributor

npm install -g eslint

then add this to ~/.vimrc (linux/mac) - not sure about Windows

let g:syntastic_javascript_checkers = ['eslint']

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

3 participants