
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.
@intouchg/eslint-config
Advanced tools
ESLint configuration for the Intouch Design System
This ESLint configuration is automatically included in the Intouch Design System app boilerplate @intouchg/starter.
To use in your own custom configuration, install then extend this package in your ESLint config:
yarn add --dev @intouchg/eslint-config @babel/core @babel/eslint-parser @babel/eslint-plugin @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-plugin-react eslint-plugin-react-hooks typescript
Note: Due to the way ESLint overrides
work, Typescript devDependencies
are required regardless of whether you are using Typescript in your project.
// .eslintrc
{
"extends": ["@intouchg/eslint-config"]
}
FAQs
ESLint configuration for the Intouch Design System
The npm package @intouchg/eslint-config receives a total of 0 weekly downloads. As such, @intouchg/eslint-config popularity was classified as not popular.
We found that @intouchg/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released 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.