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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -