Skip to content

v1.1.0

Compare
Choose a tag to compare
@xcatliu xcatliu released this 11 Sep 08:19
· 393 commits to master since this release
  • #5 修改规则 @xcatliu foo == null 用于判断 foo 不是 undefined 并且不是 null,比较常用,故允许此写法
  • #6 修改规则 @xcatliu async function 中没有 await 的写法很常见,比如 koa 的示例中就有这种用法,故关闭此规则
  • #7 修改文档 @liruilong119 @xcatliu 修复注释 no-constant-condition 错误