1.0.3 • Published 9 years ago

make-lint-es6 v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

make-lint-es6

ESLint lint target for Make with sane defaults. Supports ES6.

Installation

$ npm install make-lint-es6 --save-dev

Example

Include, defaulting to *.js:

include node_modules/make-lint-es6/index.mk

Specify the source:

SRC = lib/*.js
include node_modules/make-lint-es6/index.mk

Specify configuration:

LINT_CONFIG = myconfig.json

Typically also:

test: lint
  # test stuff here

License

make-lint-es6 is released under the MIT license.

1.0.3

9 years ago

1.0.2

9 years ago