
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
eslint-config-seekingalpha-react
Advanced tools
This package includes the shareable ESLint config used by SeekingAlpha.
Install ESLint and all Peer Dependencies:
npm install eslint@9.29.0 eslint-plugin-jsx-a11y@6.10.2 eslint-plugin-react@7.37.5 eslint-plugin-react-hooks@5.2.0 --save-dev
Install SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-react@latest --save-dev
This shareable config includes all rules from following plugins:
Simply use the eslint.config.js in your project with the configuration:
import reactConfig from 'eslint-config-seekingalpha-react';
export default [
{
plugins: {
...reactConfig.plugins,
},
rules: {
...reactConfig.rules,
},
},
];
MIT © SeekingAlpha
FAQs
SeekingAlpha's sharable React.js ESLint config
The npm package eslint-config-seekingalpha-react receives a total of 652 weekly downloads. As such, eslint-config-seekingalpha-react popularity was classified as not popular.
We found that eslint-config-seekingalpha-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.