There are lots of options in jslint such as adsafe, fragment and so on. Set {adsafe: true} means let jslint verify the code according to the adsafe's rule. Here I have the same demand, I wanna add my own rule in jslint, but don't know how to do it for jslint. Moreover how to import all the rules for JsLint validator to Aptana 2.0 in one go and how to categorize these rules based on their severity.
|
feedback
|
|
I am not 100% sure, but I suppose that to include your custom rules for JSLint you will have to get some modification in the original code of JSLint provided on github. You can try to ask your question to Douglas Crockford directly in the forum (see the reference to the link here). | |||
|
feedback
|