
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-klg
Advanced tools
本标准基于 eslint-config-standard
{
"env": {
"mocha": true,
"es6": true,
"node": true
},
"extends": "standard",
"plugins": [
"standard"
]
}
安装配置包
npm install --save-dev eslint eslint-config-klg eslint-config-standard
因为 eslint 的插件独立于 config 之外的设计,你还必须手动安装以下插件
npm install --save-dev eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node
编辑 .eslintrc 加入即可
{
"extends": "eslint-config-klg",
"rules": {}
}
eslint 的插件安装位置要和 eslint 的安装位置保持一致,如果 eslint 是 global 的,那么插件也需要是 global 的。
FAQs
klg eslint standard
The npm package eslint-config-klg receives a total of 0 weekly downloads. As such, eslint-config-klg popularity was classified as not popular.
We found that eslint-config-klg 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.