Skip to content

sjwalter/jshint-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A command-line runner for JSHint with Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published