I don't understand this reply by David Weber.
You can run it using different validators, also if you're using the java lint then you before clicking on the Lint Button you can make sure the input field is working fine. You can also implement using data validator in wordpress site but before that make sure you've coded correctly.
I'm running http://www.javascriptlint.com/online_lint.php and I put a JavaScript program into the input box and clicked the Lint button. All that happens is that the source file is shown in gray with added line numbers. I tried with another program and the same thing happens. I'm confused.
Tweak warning message for unexpected_not_comparison
Rename "unexpected_not_for_in" to "unexpected_not_in".
Respect escaping within regular expressions.
Fix the useless assignment warning.
Fix traceback when dumping loops.
Split into two separate warnings.
Rename warning for clarity; add test.
Add a warning against invalid ! usage
Fix to r378.
Hide irrelevant command line options.
Remove unnecessary files from the py2exe bundle.
Fix exception when running with blank command line.
Add a configuration setting for additional include directories.
Improve error messages with invalid imports.
Fix missing parameter in lint_files.
jsl.exe won't even load the engine, finds no errors, but browser doesn't load it either. after 8 seconds on an i7-3970x machine with 64GB RAM, it says atoi64.js-4-15-2017 atoi64.js l:\atoi64.js:0: can't open file: No such file or directory echo %ERRORLEVEL% gives me a 4 after this, jsl.exe is trying to strip out anything that doesn't look like a .js filename, and I have backups I need to process. a browser doesn't care what the file extension is when you specify src="" browsers do work with nonstandard...
Stop hiding the fact that ambiguous_else_stmt i...
Properly distinguish between errors and warnings.
Refactor property name functions into utility m...
Improve error location for trailing comma error.
Add warning against duplicate properties in obj...
Add test for the "ambiguous_numeric_prop" warning.
Warn about non-normalized numbers as object pro...
Use exceptions instead of a callback for parse ...
e4x_deprecated should be a warning, not an error.
Remove obsolete checks.
Centralize ignores and error reporting.
Clarify report_native vs. report_lint.
Clean up imports.
Remove more unused code.
Remove unused code.
Refactoring the scope object.
Fix "conf" setting in unit tests.
Fix name conflict with built-in module.
Thanks for producing this excellent tool. Is there a way to configure it to report...
Thanks for producing this excellent tool. Is there a way to configure it to report...
Thanks for producing this excellent tool. Is there a way to configure it to report...
Are you aware of the python rewrite of javascript link that is available in the trunk...
Am having Jsl exe for windows. I need to run in Linux Environment. Please provide...
I assume you've already surrounded the path with quotes. What version of jsl are...
Cannot process filenames with spaces
JavascriptLint can't understand Windows long filenames with spaces in them, even...
Matthias, thanks for that. Paul DS.
The best way is to either add this to your file: /jsl:declare jQuery/ /jsl:declare...
I am using Jquery and JSLint reports many undefined variables, all of which come...
Allow nesting config files.
Format configuration errors correctly.
Add trailing_whitespace warning.
Fix incorrect warning about unreachable loop co...
You should build it with 2.7. The reason it's failing is because setup.py embeds...
Hello. Since I couldn't find binary of 0.3.1 I'm trying compile it myself. I've tried...
Fix traceback on expected_tok error.
Fix warning position for trailing commas.
Allow the function_name warnings to require nam...