-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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 )
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 .
Get to this options screen via: ‘Plugins’ menu > ‘Plugin Options…’ then choose JSlint on the left
Run JSLint by doing for example: ‘Plugins’ menu > ‘JSLint’ > ‘Run JSLint in active buffer’