Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 VS Code 中为 Node.js 端 Javascript 使用一个 eslint 规则集,为客户端 Javascript 使用另一个规则集?
./.eslintrc
./client/.eslintrc
root: true
ESLint 配置文件遵循“首先找到”的规则
ESLint 将自动在要检查的文件的目录中查找它们,并在连续的父目录中一直到文件系统的根目录(除非指定了 root: true)