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
- Host: GitHub
- URL: https://github.com/pirxpilot/make-jshint
- Owner: pirxpilot
- Created: 2014-05-16T21:21:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T03:26:35.000Z (almost 9 years ago)
- Last Synced: 2025-03-01T01:37:30.285Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
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