@rosszurowski/lint

0.0.5 • Public • Published

Lint

Installation

$ npm install @rosszurowski/lint --save-dev

Example

In your project's Makefile, include:

include node_modules/@rosszurowski/lint/index.mk

To override the source files (which default to *.js):

SCRIPTS = lib/*.js
include node_modules/@rosszurowski/lint/index.mk

To override the ESLint configuration:

LINT_CONFIG = config.json
include node_modules/@rosszurowski/lint/index.mk

License

MIT

Thanks

This was based almost entirely off of tj/make-lint and feross/standard, with a few customizations to suit my needs.

Package Sidebar

Install

npm i @rosszurowski/lint

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • rosszurowski