You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

miclint

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miclint

Mic lint CLI

5.0.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
6
Weekly downloads
 
Created
Source

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

Keywords

eslint

FAQs

Package last updated on 17 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts