Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 636 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 636 Bytes

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.