An open API service indexing awesome lists of open source software.

https://github.com/pirxpilot/make-jshint

lint target for Make with jshint
https://github.com/pirxpilot/make-jshint

Last synced: 7 months ago
JSON representation

lint target for Make with jshint

Awesome Lists containing this project

README

          

# make-jshint

`lint` target for Make if you happen to use jshint

## Installation

```
$ npm install --save-dev make-jshint
```

## Example

Include, defaulting to `*.js lib test`:

```Makefile
include node_modules/make-jshint/index.mk
```

Specify the source:

```Makefile
LINT_SRC = lib/*.js
include node_modules/make-jshint/index.mk
```

Specify configuration in .jshint file

# License

MIT