Hello, 本地执行 `npm run lint` 后报错:*No files matching the pattern "./src" were found.,* 修改为如下即可 ``` "eslint": "eslint src/", ```
Hello, 本地执行
npm run lint后报错:No files matching the pattern "./src" were found.,修改为如下即可