Skip to content

micnews/miclint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The linter we use at Mic. Based upon the Airbnb style guide

Resources

Stars

Watchers

Forks

Packages

No packages published