vue中使用eslint后如何关闭

问题描述
vue中在安装脚手架的时候,选择了eslint后,在开发过程中,发现不好用,如何关闭的方法
解决方法
(1)找到配置文件index.js,修改useEslint,更改为false
vue中使用eslint后如何关闭
(2)更改完成后,把服务停掉,重新编译
vue中使用eslint后如何关闭