vue3 项目关闭eslint 检查

报错:

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.

vue3 项目关闭eslint 检查_第1张图片

 修改:

vue3 项目关闭eslint 检查_第2张图片

 vue3 项目关闭eslint 检查_第3张图片

 添加      lintOnSave: false      //关闭eslint检查

修改完一定需要重启服务

你可能感兴趣的:(前端,javascript,vue.js)