Releases: AlloyTeam/eslint-config-alloy
Releases · AlloyTeam/eslint-config-alloy
v1.1.0
- #5 修改规则 @xcatliu
foo == null
用于判断 foo
不是 undefined
并且不是 null
,比较常用,故允许此写法
- #6 修改规则 @xcatliu
async function
中没有 await
的写法很常见,比如 koa 的示例中就有这种用法,故关闭此规则
- #7 修改文档 @liruilong119 @xcatliu 修复注释 no-constant-condition 错误