0

I'm trying to use vim for my project. In order to do that I would like to get real-time feedback from eslint (like I get in sublime with SublimeLinter-eslint) and am therefore trying to get Syntastic working.

Everything seems to be set up properly but I'm not getting any indicators. Am I missing something? :SyntasticInfo seems to show the correct expected output but clearly I should be getting some sort of error on line 66 in this screenshot.

eslint is enabled but not validating

Community
  • 1
  • 1
George Mauer
  • 117,483
  • 131
  • 382
  • 612
  • Try the plugin's issue tracker. – romainl Dec 04 '15 at 06:18
  • @romainl are you saying that I have it set up properly? Because thats really a part of my question - I don't know if I should talk about it on the issue tracker because I don't know if this is an issue or if I'm doing something wrong – George Mauer Dec 04 '15 at 15:30
  • Just to ask the obvious -- have you saved the file yet? – David Woods Dec 04 '15 at 16:50
  • also, depending on your eslint config that line might or might not trigger an error. When I do something similar in an existing project I have, it just tells me I'm missing a semicolon, something which you're not using – David Woods Dec 04 '15 at 16:51
  • try something more extreme, like dropping the comma at the end of line 57 – David Woods Dec 04 '15 at 16:53
  • @DavidWoods yup, saved the file (though sublime doesn't require this) and tried removing the comma, nothing shows up. Theses are all errors that show up in sublime's eslint – George Mauer Dec 04 '15 at 17:41

0 Answers0