0.0.8 • Published 10 years ago

jshinter v0.0.8

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

js-hinter

This is a JS linter (which uses JSHint) created for the Carnegie Mellon University course '15-237: Developing Cross Platform Web Applications'.

  • MIT license.
  • Copyright Carnegie Mellon University 2013.

Functionality

Currently the linter is configued to use the default JSHint options. A way to alter the configuration of the linter is coming soon.

The jshinter.js module currently exposes two asynchronous functions: lintJsFile(path, callback) and lintJsText(text, callback). In both cases, the callback should take two arguments - (err, result), where result is of the form {errors: [{file: string, line: number, msg: string}]}.

Coming Soon

  • Configurable JSHint options
0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago