@rosszurowski/lint
v0.0.5
Published
A lint config by @rosszurowski
Downloads
2
Readme
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.