我应该在 Vue 项目中的什么地方添加我的 .eslintrc.js 文件?

Where do I add my .eslintrc.js file in a Vue Project?

我不喜欢它关闭 console.log() 但无论我把我的 eslint 文件放在哪里,Vue 似乎都不知道它存在。

我将我的.eslint.js文件添加到项目根文件夹中(与package.json同一级别)不在src文件夹中。

如果您不确定将此类配置文件放在哪里,您可能需要查看更新后的 vue-cli which does a lot of annoying work for you and this blog

希望对您有所帮助!