/jslinter-firefox

Firefox addon that analyses all the Javascript files on a web page using JSLint.

Primary LanguageJavaScriptMIT LicenseMIT

[DEPRECATED] JSLinter

Deprecated: This addon has been discontinued in favour of in-editor and build tool linting. If you're looking for an alternative, I highly recommend SublimeLinter for Sublime Text and grunt-contrib-jshint for Grunt.

A Firefox addon that analyses all the Javascript files on a web page using JSLint.

JSLinter is available for download at addons.mozilla.org.

Addon Features

  • Left clicking on the icon or pressing Ctrl+J opens JSLinter.
  • Right clicking on the icon or pressing Ctrl+Alt+J opens JSLinter and runs analysis.
  • Exclude specific Javascript files from analysis.
  • Customise any of the JSLint options.

Note: JSLinter may not be able to detect all Javascript files on a web page if the website is using a script loader. This is because some script loaders don't leave <script> tags in the DOM.

License

JSLinter is released under the MIT license.

Copyright © 2012 Roland Warmerdam.