| Interface | Description |
|---|---|
| JSLintResultFormatter |
An interface for converting a JSLintResult into a string.
|
| Class | Description |
|---|---|
| CheckstyleXmlFormatter | |
| JSLintXmlFormatter |
Convert a single
JSLintResult into an XML representation. |
| JUnitXmlFormatter |
After a bit of experimentation, this seems to be the best way to represent
JSLint output in JUnit format:
|
| PlainFormatter |
Output all JSLint errors to the console.
|
| ReportFormatter |
Emit an HTML fragment containing JSLint's report on the input.
|
| XmlFormatter |
A convenience super-class for generating XML through a
StringBuilder. |
Copyright © 2007-2013. All Rights Reserved.