Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
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 52 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.