Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Alter jslint utils to use csslint and jshint and accompanying node.js npm libs #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This is a set of utility files that wraps JSLint/Rhino, enabling easy
linting on the command line, and automated reporting of linting errors
via a continuous integration system like Hudson.

## Dependencies:
* [node] npm packages
* [node] jshint
* [node] csslint

Usage
-----

Expand Down
Loading