
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@mediamonks/eslint-config-base
Advanced tools
This package provides a Base TypeScript eslint configuration as an extensible shared config, based on the [MediaMonks Coding Standards](https://github.com/mediamonks/frontend-coding-standards).
This package provides a Base TypeScript eslint configuration as an extensible shared config, based on the MediaMonks Coding Standards.
The configuration has a number of peer dependencies that must be installed.
npm i --dev @mediamonks/eslint-config-base
Note for yarn users: yarn does not install peer dependencies by default, this can be supplemented with install-peerdeps.
npx install-peerdeps --dev @mediamonks/eslint-config-base
Now you can add @mediamonks/eslint-config-base to your .eslintrc. Adding parserOptions.project is only required if your project is using TypeScript.
{
"extends": "@mediamonks/eslint-config-base",
"parserOptions": {
"project": "./tsconfig.json" // can also be an array, if multiple `tsconfig.json` are present
}
}
This eslint configuration purposely had its formatting rules disabled. We encourage to use prettier for formatting using the @mediamonks/prettier-config.
FAQs
This package provides a Base TypeScript eslint configuration as an extensible shared config, based on the [MediaMonks Coding Standards](https://github.com/mediamonks/frontend-coding-standards).
We found that @mediamonks/eslint-config-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.