npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

make-lint

1.0.1

@tjholowaychuk

npmHomeRepoSnykSocket
Downloads:1815
$ npm install make-lint
DailyWeeklyMonthlyYearly

make-lint

ESLint lint target for Make with sane defaults.

Installation

$ npm install --save-dev make-lint

Example

Include, defaulting to *.js:

include node_modules/make-lint/index.mk

Specify the source:

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

Specify configuration:

LINT_CONFIG = myconfig.json

Typically also:

test: lint
  # test stuff here

License

MIT