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 -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

javascript - Chart.js - setting tooltip z-index -