Socket
Book a DemoInstallSign in
Socket

make-lint

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-lint

eslint make target

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
60
-40%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

make

FAQs

Package last updated on 16 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts