
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@comall/eslint-plugin-comall
Advanced tools
comall使用的内部eslint规则 .
首先,你需要安装 ESLint:
npm i eslint --save-dev
然后,安装 @comall/eslint-plugin-comall
:
npm install @comall/eslint-plugin-comall --save-dev
把 @comall/comall
添加到你的 .eslintrc
配置文件的插件列表中. 你可以省略 eslint-plugin-
前缀:
{
"plugins": [
"@comall/comall"
]
}
然后,配置你想要启用的规则.
{
"rules": {
"@comall/comall/rule-name": 2
}
}
或者,使用我们的推荐规则
{
"extends":[
"plugin:@comall/comall/recommended"
]
}
FAQs
comall自定义的eslint规则
We found that @comall/eslint-plugin-comall demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.