jshint active in emacs via flymode, but does not produce any output -


i have install jshint , checked on sample file bash , works.

now, when open .js file in emacs , go flymake-mode, message jshint server has started on 127.0.0.13003. now, when enter wrong line of code

var var0 = 10    // ok varnx var1 = 10; // wrong 

jshint sits there , not warn me.

thank you!


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -