AlloyTeam / eslint-config-alloy

Progressive ESLint config for your React/Vue/TypeScript projects
https://alloyteam.github.io/eslint-config-alloy/
2.64k stars 315 forks source link

对该项目的依赖有点疑问? #199

Closed yves-zhou closed 3 years ago

yves-zhou commented 3 years ago

为什么不把该项目的依赖写进dependencies里,而是需要开发者手动下载?

xcatliu commented 3 years ago

因为是一个 npm 包支持了不同的规则。如果不用 react 的话就不需要下载 react 相关的包了

liuzhaowei55 commented 2 years ago

同样对这样的依赖管理感到困惑

xcatliu commented 2 years ago

已添加了 peerDependenciesMeta 和 peerDependencies,可以约束版本了