5.0.0 • Published 7 years ago

miclint v5.0.0

Weekly downloads
234
License
MIT
Repository
github
Last release
7 years ago

miclint

This is a CLI tool for linting codebases using eslint-config-mic. You can run it like this:

# normal
miclint

# with support for flow types
miclint --flow

# to fix easy problems
miclint --fix

If you would prefer a more custom setup, you can integrate eslint-config-mic into your existing eslint setup For more information on that, go here.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install miclint --save-dev

Tests

npm install
npm test

Dependencies

Dev Dependencies

None

License

MIT

Generated by package-json-to-readme