![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@magijs/lint
Advanced tools
我们依据以下三条原则,研读了 ESLint 所有的配置项,定制出了心目中的「完美」ESLint 配置。
我们对每一条配置,都有详尽的注释,这样不仅方便了我们自己查阅某项配置的意义和原因,也使大家更容易配置出自己心目中的规则:
yarn add @magijs/lint@latest
# 执行eslint检查js代码规范
zalint eslint
# 执行stylelint检查样式规范
zalint stylelint
# 生成报告,同时执行eslint和stylelint
zalint report
# 指定扫描client目录
zalint eslint client
# 指定扫描client目录
zalint stylelint client
# 指定扫描client目录
zalint report client
zalintrc.json 配置文件,并且上传配置数据
{
"eslintrc": {
"rules": {
"indent": "error"
}
},
"stylelintrc": {
"rules": {}
},
"prettierrc": {
"rules": {
"arrowParens": "always"
}
}
}
https://alloyteam.github.io/eslint-config-alloy/?language=zh-CN
FAQs
The npm package @magijs/lint receives a total of 0 weekly downloads. As such, @magijs/lint popularity was classified as not popular.
We found that @magijs/lint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.