Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
eslint-config-aireacter
Advanced tools
An eslint-config that makes Airbnb, React, and Prettier get along ok
An eslint-config that makes Airbnb, React, and Prettier get along ok
I have gotten accustomed to starting out my JavaScript projects using the Airbnb styleguide. More recently I've been using Prettier to curb the obsession I have with meticulously formatting my code. Unfortunately a few rules shared between Airbnb & Prettier conflict. This repository is here to try to mitigate the issues between both eslint & Prettier and get my projects kicked off right. Hopefully you find it useful as well.
This config declares some peer dependencies that should also be installed:
npm info "eslint-config-aireacter@latest" peerDependencies
Typically these commands will satisfy all peer dependencies:
yarn add eslint-config-aireacter
yarn add eslint prettier eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks
Now you can extend this config in your .eslintrc
:
{
"extends": ["eslint-config-aireacter"]
}
FAQs
An eslint-config that makes Airbnb, React, and Prettier get along ok
The npm package eslint-config-aireacter receives a total of 1 weekly downloads. As such, eslint-config-aireacter popularity was classified as not popular.
We found that eslint-config-aireacter 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
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.