jake-jshint
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "jake-jshint", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The runner in this repository provides a convenient front-end to JSHint, a linter for Javascript. It should also work for JSLint.", | ||
@@ -5,0 +5,0 @@ "main": "lib/lint_runner.js", |
[![Build Status](https://travis-ci.org/NotMyself/jake-jshint.png)](https://travis-ci.org/NotMyself/jake-jshint) | ||
# lint-runner | ||
# Jake-JsHint | ||
Jake JsHint provides a convenient front-end to [JSHint](http://www.jshint.com), a linter for Javascript. It should also work for [JSLint](http://www.jslint.com/). | ||
Jake-JsHint provides a convenient front-end to [JSHint](http://www.jshint.com), a linter for Javascript. It should also work for [JSLint](http://www.jslint.com/). | ||
@@ -6,0 +6,0 @@ You're welcome to use the runner for your own projects. (See license below.) This project was just a quick hack, so I can't vouch for its robustness, but it should work in most cases. One flaw I'm aware of is that it assumes all files are UTF8-encoded, which may not be true for your system. It also has no exception handling. |