Does anyone have an example of a good way to add JSLint to their Firefox Add-on build process or work-flow? I was hoping to get some additional feedback while developing my Add-ons.
-H
Does anyone have an example of a good way to add JSLint to their Firefox Add-on build process or work-flow? I was hoping to get some additional feedback while developing my Add-ons.
-H
I’ve only just installed JSHint Gutter on Sublime 3.
It shows warnings in the gutter and a message of the error when you put your cursor on the line.
It has an option called lint_on_edit
, which is self explanatory I think.
You can configure lint_on_edit_timeout
if you don’t want to get spammed to much by the warnings.
Also, check the moz
and esnext
flags in your package.json
if you haven’t already.