UNPKG

eslint-config-alloy

Version:
8 lines (7 loc) 162 B
// bad 在 in 或 instanceof 操作符的左侧使用感叹号 if (!key in object) { // do something } if (!obj instanceof SomeClass) { // do something }