jshint-runner

1.0.2 • Public • Published

jshint-runner

A packaging of JSHint (http://jshint.com) that provides a command-line tool to run JSHint on your JS.

Installation

$ npm install -g jshint-runner

Use

Once installed, run jshint on any JS file with:

$ jshint thing.js

Configuration

Configure jshint-runner by using a jshintrc file.

Put it in ~/.jshintrc, or for global settings in /(node install prefix)/etc/jshintrc.

The file is a JSON object that can be passed to JSHINT as its options.

See http://jshint.com for such options.

Node compatibility

This should work with any version of Node supported by jshint. (http://jshint.com)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    2
  • 1.0.0
    2

Package Sidebar

Install

npm i jshint-runner

Weekly Downloads

5

Version

1.0.2

License

none

Last publish

Collaborators

  • sjwalter