微信小程序 eslint 插件 eslint-plugin-wxml v0.4.0 发布
eslint-plugin-wxml
eslint-plugin-wxml 于2021年11月2日发布了新版v0.4.0
1. 新增了规则 wxml/no-wx-for-with-wx-if,用于校验警告不允许在同一个标签上同时使用 wx:for 和 wx:if以及wx:elif wx:else
2.修复了规则 wxml/no-unnecessary-block, 针对使用 <block />标签包裹单个循环列表的场景取消了警告
官方文档地址: https://eslint-plugin-wxml.js.org
相关代码变更详见 https://github.com/wxmlfile/eslint-plugin-wxml/compare/v0.3.0...v0.4.0


