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.
Download node at nodejs.org and install it, if you haven't already.
npm install miclint --save-dev
npm install
npm test
- babel-eslint: Custom parser for ESLint
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-airbnb: Airbnb's ESLint config, following our styleguide
- eslint-plugin-babel: an eslint rule plugin companion to babel-eslint
- eslint-plugin-import: Import with sanity.
- eslint-plugin-jsx: JSX specific linting rules for ESLint
- eslint-plugin-jsx-a11y: A static analysis linter of jsx and their accessibility with screen readers.
- eslint-plugin-react: React specific linting rules for ESLint
- standard-engine: Wrap your standards in a tortilla and cover it in special sauce.
None
MIT
Generated by package-json-to-readme