Syntastic: eslint not working?

Created on 8 Mar 2015  路  8Comments  路  Source: vim-syntastic/syntastic

I'm using the new release of eslint 0.16.1 but not information is coming through in vim...

I'm actually also unable to get eslint working with atom right now https://github.com/AtomLinter/linter-eslint/issues/39 for what its worth...

How would I go about getting more debug info about what syntactic is doing? I have exactly zero feedback right now.

All 8 comments

I'm using the new release of eslint 0.6.1 but not information is coming through in vim...

I presume you mean 0.16.1. Seems to work fine here.

How would I go about getting more debug info about what syntactic is doing?

  • Active / enabled checkers: :SyntasticInfo
  • Debugging information: :let g:syntastic_debug = 1, run the checker, run :mes
  • Debugging information with checker's output: :let g:syntastic_debug = 3, then same as above

More information:

I presume you mean 0.16.1. Seems to work fine here.

Yes

I ran those three commands but it seems very vague:

1
2
3

Ok I seem to have gotten something working now:

screen shot 2015-03-08 at 9 48 20 pm

I'll close this issue soon probably.

@jasonkuhrt what was your solution to this? I am running into a similar problem

Can't remember, I'm using spacemacs now.

@schmittyjd My first post above gives instructions for debugging. Please post a new issue if you can't get it working.

@lcd047 I did the same and got very similar output to jason. I will probably make an issue soon

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mollerhoj picture mollerhoj  路  5Comments

duckpuppy picture duckpuppy  路  8Comments

symbolix picture symbolix  路  8Comments

noprompt picture noprompt  路  5Comments

HabbaRazzer picture HabbaRazzer  路  5Comments