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.
I'm using the new release of
eslint 0.6.1but 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:
:help syntasticI presume you mean 0.16.1. Seems to work fine here.
Yes
I ran those three commands but it seems very vague:



Ok I seem to have gotten something working now:

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