1.0.3 • Published 11 years ago
make-lint-es6 v1.0.3
make-lint-es6
ESLint lint target for Make with sane defaults. Supports ES6.
Installation
$ npm install make-lint-es6 --save-devExample
Include, defaulting to *.js:
include node_modules/make-lint-es6/index.mkSpecify the source:
SRC = lib/*.js
include node_modules/make-lint-es6/index.mkSpecify configuration:
LINT_CONFIG = myconfig.jsonTypically also:
test: lint
# test stuff hereLicense
make-lint-es6 is released under the MIT license.