报这个错是因为package.json中配置项少了 --fixed 把lint 修改如下就好了
package.json
--fixed
"lint": "eslint --fix --ext .js,.vue src",