
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.
@metahub/eslint-config
Advanced tools
Set of ESLint shareable config.
All the dependencies have to be installed explicitly (see eslint/eslint#3458).
$ npm install @metahub/eslint-config eslint-config-prettier eslint-plugin-ava eslint-plugin-babel eslint-plugin-eslint-comments eslint-plugin-import eslint-plugin-jasmine eslint-plugin-json eslint-plugin-node eslint-plugin-prettier eslint-plugin-promise eslint-plugin-sort-class-members eslint-plugin-unicorn prettier eslint --save-dev
Alternatively you can use install-peerdeps:
$ npm install install-peerdeps --global
$ npm install @metahub/eslint-config --save-dev
$ install-peerdeps @metahub/eslint-config --dev
Once the @metahub/eslint-config package is installed, you can use it by specifying the different configs in the extends section of your ESLint configuration.
{
extends: [
'@metahub/eslint-config/es6-config',
'@metahub/eslint-config/node-config',
'@metahub/eslint-config/prettier-config',
],
rules: {
// Additional, project specific rules...
}
}
| Name | Description | Extends |
|---|---|---|
@metahub | Base/generic configuration | |
@metahub/eslint-config/jasmine-config | Rules specific to Jasmine | @metahub |
@metahub/eslint-config/import-config | Rules related to ECMAScript 2015 and Node imports | @metahub |
@metahub/eslint-config/node-config | Rules specific to Node JS | @metahub, import-config |
@metahub/eslint-config/es6-config | Rules specific to ECMAScript 2015 | @metahub, import-config |
@metahub/eslint-config/ava-config | Rules specific to AVA | @metahub, es6-config |
@metahub/eslint-config/promise-config | Rules specific to Promises | @metahub, es6-config |
@metahub/eslint-config/async-config | Rules specific to async/await | @metahub, promise-config |
@metahub/eslint-config/prettier-config | To be added last in the extends array when using prettier. Adds eslint-plugin-prettier and eslint-config-prettier |
FAQs
A set of shareable eslint configs
We found that @metahub/eslint-config 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.