
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@react-hookz/eslint-config
Advanced tools
eslint configuration files used in @react-hookz projects
[!CAUTION] PACKAGE IS DEPRECATED AND WILL BE DETED SOON
USE @ver0/eslint-config instead
This package does not install eslint
, so you need to install them manually.
yarn add -D @react-hookz/eslint-config eslint
This config is expected to be used with ESLint 8.3+, as it utilizes flat config.
Import sub-configs you are interested in, spreading them into your config. All configs are guaranteed to be an array.
Some configs, like jest
and vitest
, require extra dependencies to be installed. You can find the
required dependencies in the respective READMEs.
import baseConfig from '@react-hookz/eslint-config/base.js';
import reactConfig from '@react-hookz/eslint-config/react.js';
import vitestConfig from '@react-hookz/eslint-config/vitest.js';
export default [
...baseConfig,
...reactConfig,
...vitestConfig,
{
rules: {
// your own overrides
},
},
];
FAQs
eslint configuration files used in @react-hookz projects
The npm package @react-hookz/eslint-config receives a total of 86 weekly downloads. As such, @react-hookz/eslint-config popularity was classified as not popular.
We found that @react-hookz/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.