正文wepy框架关闭Eslint语法校验(error More than 1 blank line not allowed no-multiple-empty-lines)IP云V管理员/2022-11-29/5 阅读 11/29提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 最近在学习使用wepy框架制作小程序,导入编译的项目后报如下错误(error More than 1 blank line not allowed no-multiple-empty-lines) 解决办法:编译项目之前,在文件wepy.config.js中 设置参数 eslint: false,编译完成后导入微信开发者工具,项目恢复正常