Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
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 201 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.