Does the eslint file exist or report an error?

as shown in the figure, my project already has an eslint file, but I still can"t find it when I report an error. Why? Mainly because it was all good before


found that the user setting path of the configuration item in my vscode was written incorrectly. The following picture is written correctly.

eslint.options: {"configFile": "/ Users/yangfan/wechat/WeChat_App/.eslintrc.js"}

Menu