
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
eslint-config-react-yas
Advanced tools
YAS. An ESLint config that, you know, just works and makes sense and requires no more setup
YAS. An ESLint config that, you know, just works and makes sense and requires no more setup. This is a "batteries-included" eslint config, and comes with the correct base eslint dependency, all required eslint plugins, as well as the correct version of prettier and connective tissue. Enjoy!
Yarn
yarn add eslint-config-react-yas --dev
NPM
npm install eslint-config-react-yas --save-dev
In your .eslintrc.json (or eslintrc.js or equivalent)
{
"extends": "eslint-config-react-yas"
}
For the newish flat configuration, create an eslint.config.js file (if you don't already have one), and be sure to import eslintConfigReactYas at the top, then specify it in your config array:
import { standalone } from 'eslint-config-react-yas';
export default [...standalone, /* place any additional configs or overrides here */];
This config, above, will be a fully-standlone experience, complete with its own prettier ruleset. If you would prefer to respect the prettier config file(s) you have in your repository, you can use a different config:
import { respectPrettierConfig } from 'eslint-config-react-yas';
export default [...respectPrettierConfig, /* additional configs here, as needed */];
I've wired up more eslint configs than I would like to admit, and I do not like doing it. These configuration settings I've found to work wonders for BOTH regular, vanilla JS projects, AND React projects. Using this, you can throw away your .prettierrc file and just let eslint do all the code quality checking and formatting.
FAQs
YAS. An ESLint config that, you know, just works and makes sense and requires no more setup
The npm package eslint-config-react-yas receives a total of 161 weekly downloads. As such, eslint-config-react-yas popularity was classified as not popular.
We found that eslint-config-react-yas demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.