
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
eslint-config-airbnb-flow
Advanced tools
Airbnb JavaScript Style Flow support - ESLint Shareable Config
An ESLint Shareable Config for Flow support in Airbnb JavaScript Style
npm install eslint-config-airbnb-flow
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.
For the full listing of rules, editor plugins, FAQs, and more, visit the main Airbnb JavaScript Style repo.
MIT © Johnie Hjelm
FAQs
Airbnb JavaScript Style Flow support - ESLint Shareable Config
The npm package eslint-config-airbnb-flow receives a total of 240 weekly downloads. As such, eslint-config-airbnb-flow popularity was classified as not popular.
We found that eslint-config-airbnb-flow demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.