We are using JavaScript Lint as engine for checking JavaScript 
syntax errors and for warning against questionable coding practices.

JavaScript Lint Author's home page: 
http://www.javascriptlint.com

JavaScript Lint's version in this installation: 
JavaScript Lint 0.3.0 for Windows


About JavaScript Lint:
**************

With JavaScript Lint, you can check all your JavaScript source 
code for common mistakes without actually running the script or 
opening the web page. JavaScript Lint holds an advantage over 
competing lints because it is based on the JavaScript engine for 
the Firefox browser. This provides a robust framework that can 
not only check JavaScript syntax but also examine the coding 
techniques used in the script and warn against questionable 
practices.


Frequently Asked Questions
**************

1) Can I update the jsl.exe file myself?

If there is a newer version available for the JavaScript Lint, 
you may try to replace the jsl.exe file that comes with this 
installation. 

We shall be checking for updates to JavaScript Lint ourselves, 
and will include the latest jsl.exe version available in our 
releases.


2) What for is the file "LiveSyntaxCheck.conf"?

This file is used for Live Syntax Check of JavaScript code in our 
editor. You should not modify this file, unless you know what you 
are doing.
   
Live Syntax check shall not display any warnings about your coding 
practices. These messages will be filtered out, and only real 
syntax errors will be reported. If you want to see the warnings 
generated by JavaScript Lint, then you must use the built-in 
option for Syntax Check of JavaScript Code.
