feat: 更新 ESLint 配置,支持更多语言,调整 npm 镜像源
Some checks failed
/ depcheck (push) Successful in 1m32s
/ playwright (push) Successful in 1m41s
/ build-and-deploy-to-vercel (push) Failing after 6m28s

This commit is contained in:
严浩
2025-01-22 11:54:35 +08:00
parent b0cd8b7c61
commit 53188ff9cf
3 changed files with 16 additions and 8 deletions

1
.npmrc
View File

@ -7,6 +7,7 @@ registry=https://nexus.oo1.dev/repository/npm/
# https://pnpm.io/zh/npmrc#node-mirrorltreleasedir
use-node-version=22.13.0
node-mirror:release=https://npmmirror.com/mirrors/node/ # pnpm config set node-mirror:release=https://npmmirror.com/mirrors/node/
node-mirror:release=https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/
node-mirror:rc=https://npmmirror.com/mirrors/node-rc/
node-mirror:nightly=https://npmmirror.com/mirrors/node-nightly/