A CLI tool for linting codebases using ESLint with the eslint-config-mic preset. Version 5.0.0 wraps eslint with Airbnb's config, babel-eslint, and plugins for React, JSX a11y, and imports. It supports Flow type checking via --flow flag and auto-fixing with --fix. The tool is meant for projects that want a zero-config ESLint setup but can be replaced by integrating eslint-config-mic directly. Dependencies are pinned to specific versions which may cause conflict with project dependencies. No updates since 2017; unmaintained.
npm install miclintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install miclint as dev dependency, then run with npx to lint codebase, with optional flow support or auto-fix.
Migrate to eslint with eslint-config-mic or use modern ESLint setup.
Use eslint directly with eslint-config-mic instead of this CLI.
Ensure flow-bin is installed: npm install flow-bin --save-dev
Use eslint-config-mic directly to customize plugins.
npm install eslint-config-airbnb@latest
Use --flow flag or configure babel-eslint in .eslintrc
npm install miclint --save-dev or use npx miclint