
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.
@readme/eslint-config
Advanced tools
Core coding standards for ReadMe projects.
You'll need to install ESLint and Prettier into your project. Use this shortcut to install them alongside the config (if using npm 5+):
npx install-peerdeps --dev @readme/eslint-config
If you already have eslint and prettier installed in your project you run this command to install the config:
npm install --save-dev @readme/eslint-config
Create a .eslintrc file with the following contents:
{
"extends": [
"@readme/eslint-config"
]
}
| Config | Description |
|---|---|
@readme/eslint-config | Rules for a pure JS codebase. |
Note If you use one, or both of these, you should also extend
@readme/eslint-config.
| Config | Description |
|---|---|
@readme/eslint-config/esm | Rules for ESM codebases. |
@readme/eslint-config/react | Rules for codebases that use React. |
@readme/eslint-config/typescript | Rules for a TS codebase. |
| Config | Description |
|---|---|
@readme/eslint-config/testing/jest | Rules specific to the Jest test runner. |
@readme/eslint-config/testing/jest-dom | Jest-specific rules for when testing, and using jest-dom. Automaticaly imports @readme/eslint-config/testing/jest. |
@readme/eslint-config/testing/react | Rules specific to React codebases where you use @testing-library/react. Is specific to neither Jest or Vitest. |
@readme/eslint-config/testing/vitest | Rules specific to the Vitest test runner. |
Included in this is our shared Prettier config. You can use it in your application by adding the following to your package.json:
"prettier": "@readme/eslint-config/prettier"
FAQs
ReadMe coding standards
The npm package @readme/eslint-config receives a total of 1,762 weekly downloads. As such, @readme/eslint-config popularity was classified as popular.
We found that @readme/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

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.