This package has been deprecated

Author message:

Package is no longer maintained

make-lint-es6

1.0.3 • Public • Published

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.

Package Sidebar

Install

npm i make-lint-es6

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • vdemedes