
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
eslint-config-wiremore
Advanced tools
A shared ESLint configuration by [wiremore](https://www.wiremore.com). Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even
A shared ESLint configuration by wiremore. Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even for not-so-experienced developers.
Get started by running this command in the root of your project:
npm install --save-dev eslint eslint-config-wiremore
or
yarn add --dev eslint eslint-config-wiremore
Afterwards install all peerDependencies into your project:
npx install-peerdeps --dev eslint-config-wiremore
or:
(
export PKG=eslint-config-wiremore;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
Then add an .eslintrc.json file to the root of your project before running the eslint command, with the following:
{
"extends": ["wiremore"]
}
Optionally you can also add linting for React/JSX:
{
"extends": ["wiremore", "wiremore/react"]
}
If you want to use TypeScript, that's fine, we got you covered:
{
"extends": ["wiremore", "wiremore/react", "wiremore/typescript"]
}
For more information see: http://eslint.org/docs/user-guide/configuring
FAQs
A shared ESLint configuration by [wiremore](https://www.wiremore.com). Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even
We found that eslint-config-wiremore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.