
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@seemusic/eslint-config-nuxt3
Advanced tools
Nuxt3 + TypeScript 项目的 通用 eslint-config 配置。
安装:
pnpm i @seemusic/eslint-config-nuxt3 -D
配置 .eslintrc.cjs (或者其他格式的 eslintrc 文件):
/* eslint-env node */
module.exports = {
'extends': [
'@seemusic/eslint-config-nuxt3'
]
};
如果项目 packages.json 中已经有低版本的 eslint,需要按照 peer 提示的说明升级或者重新安装
eslint 的多个 extends 配置存在 覆盖及合并 操作,如果需要查看最终结果,在调用方项目中,执行以下命令可以把最终结果保存到指定的文件查看:
pnpm eslint --print-config .eslintrc.cjs > eslint-config-log.json
命令中,
.eslintrc.cjs是项目中 eslintrc 文件名,eslint-config-log.json是输出的文件名
FAQs
Nuxt3 ESLint config for Kanjian Music
The npm package @seemusic/eslint-config-nuxt3 receives a total of 1 weekly downloads. As such, @seemusic/eslint-config-nuxt3 popularity was classified as not popular.
We found that @seemusic/eslint-config-nuxt3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.