Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-airbnb-flow

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-airbnb-flow

Airbnb JavaScript Style Flow support - ESLint Shareable Config

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 27 Sep 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc