| Class | Description |
|---|---|
| AbstractLinter |
Encapsulates common code for utilities like jsHint or jsLint.
|
| JsHint |
Apply JsHint script checking utility.
|
| JsLint |
Apply JsLint script checking utility.
|
| LinterError |
Encapsulates an error reported by JsHint.
|
| OptionsBuilder |
Responsible for building json representations of the options consumed by linter code.
|
| Exception | Description |
|---|---|
| LinterException |
Exception caused by JsHint processing.
|
Copyright © 2008-2013. All Rights Reserved.