0.0.5 • Published 9 years ago

@rosszurowski/lint v0.0.5

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

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.

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago