VS Code 装好ESLint 插件报黄线的问题,具体解决方法如下所示:ESLint is disabled since its execution has not been approved or denied yet. Use the light bulb menu to open the approval dialog.eslint查了翻译,说是什么被禁用了,我的插件明明是开的呀。如果是这样说明 ESLint 插件没有启用,此时点击一下。会有这样的弹出框。选择第一项就是全局都启用了,以后安心使用就好啦!

关于VSCode 装好ESLint 插件 import 报黄线的问题