vue3.0 如何取消eslint 的代码格式校验

2023-04-25 00:24:41
来源:腾讯云


(资料图)

报错:

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.ERROR in [eslint]C:\Users\xuhuichen\Desktop\gpyh-wechat-h5\src\components\a1.vue  1:1  error  Component name "a1" should always be multi-word  vue/multi-word-component-names

解决方法:

打开vue.config.js 文件
module.exports = {        lintOnSave: false //如果为false,就是取消eslint规则的检查  }
重启后, eslint就关闭了

关键词:

[责任编辑:]

为您推荐

时评

内容举报联系邮箱:58 55 97 3 @qq.com

沪ICP备2022005074号-27 营业执照公示信息

Copyright © 2010-2020  看点时报 版权所有,未经许可不得转载使用,违者必究。