当前位置: 首页 > 滚动 > >正文

全球热讯:vue3.0 如何取消eslint 的代码格式校验

来源:腾讯云    时间:2023-04-25 04:17:34


(资料图片仅供参考)

报错:

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就关闭了

X 关闭

推荐内容

最近更新

Copyright ©  2015-2022 华声珠宝网版权所有  备案号:京ICP备2021034106号-36   联系邮箱:55 16 53 8 @qq.com