
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.
eslint-config-marlint
Advanced tools
ESLint shareable config for Marlint
This is ESLint config inspired from XO with some adjustment in order to support ES2015+, React and Flow by default, using babel-eslint internally.
For easier setup, you might want to use Marlint
$ npm install eslint-config-marlint --save-dev
You also need to install other dependencies if you're on npm 3 (if you're on npm 2 it will be installed automatically)
$ npm install babel-eslint eslint-plugin-babel eslint-plugin-react eslint-plugin-jsx-a11y --save-dev
Add some ESLint config to your package.json
:
{
"name": "your-project-name",
"eslintConfig": {
"extends": "marlint"
}
}
Or to .eslintrc
:
{
"extends": "marlint"
}
MIT © Traveloka
FAQs
ESLint shareable config for Marlint
The npm package eslint-config-marlint receives a total of 209 weekly downloads. As such, eslint-config-marlint popularity was classified as not popular.
We found that eslint-config-marlint 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.