python - PyFlakes for Javascript? -
is there such standalone package javascript, pyflakes python? see there jslint, looks depends on external things rhino.
i prefer basic&compact pyflakes, because shows me 80% of bugs make , has 20% (or less) of complexity of other tools pylint.
ideally should have working recipe plugging emacs, can figure out myself if tool promising.
if want standalone version of jslint, take @ jslint4java project. embeds rhino , jslint executable jar file.
the example of using emacs in this gist.
Comments
Post a Comment