UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 259 B
module.exports = { rules: { /** * 禁止在 in 或 instanceof 操作符的左侧使用感叹号,如 if (!key in object) * @category Possible Errors * @fixable */ 'no-unsafe-negation': 'error' } };