Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/callumacrae/jscheck_prettify

This project takes JSCheck and handles reports, adding a nice interface on the reports.
https://github.com/callumacrae/jscheck_prettify

Last synced: 20 days ago
JSON representation

This project takes JSCheck and handles reports, adding a nice interface on the reports.

Awesome Lists containing this project

README

        

# JSCheck Prettifier

This project takes JSCheck and handles reports, adding a nice interface on the reports.

## Usage

Add the following to the footer of the document:

```html

```

And the following to the header:

```html

```

Then when `on_report` is called, the results of the reports will be displayed in the div with ID "jscheckreport". If that div doesn't exist, it will be appended to the document body.