最近在学习使用wepy框架制作小程序,导入编译的项目后报如下错误(error  More than 1 blank line not allowed  no-multiple-empty-lines

wepy框架关闭Eslint语法校验(error  More than 1 blank line not allowed  no-multiple-empty-lines)

 

 

解决办法:编译项目之前,在文件wepy.config.js中

设置参数eslint: false,编译完成后导入微信开发者工具,项目恢复正常

wepy框架关闭Eslint语法校验(error  More than 1 blank line not allowed  no-multiple-empty-lines)

 

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2021-05-25
  • 2021-09-29
  • 2021-12-05
  • 2021-09-19
猜你喜欢
  • 2021-09-11
  • 2021-12-13
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
相关资源
相似解决方案