
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
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
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
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.