Skip to content

diy/hint-hint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hint-hint

A module that produces TAP output for JSHint. hint hint

Build Status

NPM

Usage

var hinthint = require('hint-hint');

hinthint('file/path/*.js', config)

The hinthint function supports splats. All strings are regarded as file paths, objects are regarded as JSHint configurations. As well, if a .jshintrc file is present in the current working directory, it will extend the config from that.

About

A module to produce TAP output for JSHint.

Resources

Stars

Watchers

Forks

Packages

No packages published