1.0.1 • Published 12 years ago
make-lint v1.0.1
make-lint
ESLint lint target for Make with sane defaults.
Installation
$ npm install --save-dev make-lintExample
Include, defaulting to *.js:
include node_modules/make-lint/index.mkSpecify the source:
SRC = lib/*.js
include node_modules/make-lint/index.mkSpecify configuration:
LINT_CONFIG = myconfig.jsonTypically also:
test: lint
# test stuff hereLicense
MIT