| Name | Description | Type | Package | Framework |
| AbstractLinter | Encapsulates common code for utilities like jsHint or jsLint. | Class | ro.isdc.wro.extensions.processor.support.linter | Wro4J |
| JsHint | Apply JsHint script checking utility. | Class | ro.isdc.wro.extensions.processor.support.linter | Wro4J |
| JsLint | Apply JsLint script checking utility. | Class | ro.isdc.wro.extensions.processor.support.linter | Wro4J |
| LinterError | Encapsulates an error reported by JsHint. | Class | ro.isdc.wro.extensions.processor.support.linter | Wro4J |
| LinterException | Exception caused by JsHint processing. | Class | ro.isdc.wro.extensions.processor.support.linter | Wro4J |
| OptionsBuilder | Responsible for building json representations of the options consumed by linter code. | Class | ro.isdc.wro.extensions.processor.support.linter | Wro4J |