No ESLint configuration found for Visual Studio Code
问题 I have installed the ESLint plugin for Visual Studio Code editor and it shows that it is installed also but still I see the error: No ESLint configuration found for Visual Studio Code at the top of the editor window as shown in the screenshot below: Can anyone help me to know is there anything that I am missing here. 回答1: You are missing .eslintrc.* file. Which can be in different format js, json, yaml... There are two available methods to create configuration file Manually, just create file