0.0.5 • Published 11 years ago
@rosszurowski/lint v0.0.5
Lint
Installation
$ npm install @rosszurowski/lint --save-devExample
In your project's Makefile, include:
include node_modules/@rosszurowski/lint/index.mkTo override the source files (which default to *.js):
SCRIPTS = lib/*.js
include node_modules/@rosszurowski/lint/index.mkTo override the ESLint configuration:
LINT_CONFIG = config.json
include node_modules/@rosszurowski/lint/index.mkLicense
MIT
Thanks
This was based almost entirely off of tj/make-lint and feross/standard, with a few customizations to suit my needs.