eslint-config-airbnb-flow

v1.0.2
Airbnb JavaScript Style Flow support - ESLint Shareable Config
Airbnb JavaScript Style check checker code code checker code linter code style enforce eslint and 16 more...

Airbnb Flow - ESLint Shareable Config

travis npm downloads

An ESLint Shareable Config for Flow support in Airbnb JavaScript Style

Install

npm install eslint-config-airbnb-flow

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

This Shareable Config adds Flow to the baseline Airbnb JavaScript Style rules provided in eslint-config-airbnb.

Here's how to install everything you need:

npm install eslint-config-airbnb eslint-config-airbnb-flow

Then, add this to your .eslintrc file:

{
  "extends": ["airbnb", "airbnb-flow"]
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Learn more

For the full listing of rules, editor plugins, FAQs, and more, visit the main Airbnb JavaScript Style repo.

License

MIT © Johnie Hjelm

npm i eslint-config-airbnb-flow

Metadata

  • MIT
  • Whatever
  • Johnie Hjelm
  • released 9/27/2016

Downloads

Maintainers