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.
我不喜欢它关闭,console.log()但无论我把 eslint 文件放在哪里,Vue 似乎都不知道它存在。
console.log()
我将我的文件添加到 src 文件夹.eslint.js中的项目根文件夹(在同一级别)中。package.json
.eslint.js
package.json
如果您不确定将此类配置文件放在哪里,您可能需要查看更新的vue-cli,它为您和此博客做了很多烦人的工作。
希望这可以帮助!