Skip to content
Harry Wood edited this page Jun 17, 2014 · 12 revisions

Description

JSLint – The JavaScript Verifier – is a JavaScript source checker and validator ( www.jslint.com ). This PlugIn actually runs jslint.js within Rhino.
It supports all major JSLint options and lets you decide to Run JSLint on buffer save and/or on buffer switch.

Big Thanks to Douglas Crockford for giving us JSLint! …and of course for inventing JSON.
Thanks to Jiger Patel for the jEdit plugin ‘CodeLint’ which I used as a basis for this plugin.

© 2008 – Mathias Leppich ( muhqu.de )

Install

This jEdit plugin is now available thru the built-in Plugin Manager:

‘Plugins’ menu > ‘Plugin Manager…’ > ‘Install’ tab at the top, and filter for JSLint.

See its page on jEdits Plugin Central site .

Screenshots

JSLint Options

Get to this options screen via: ‘Plugins’ menu > ‘Plugin Options…’ then choose JSlint on the left

JSLint in Action

Run JSLint by doing for example: ‘Plugins’ menu > ‘JSLint’ > ‘Run JSLint in active buffer’

Clone this wiki locally