UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 167 B
module.exports = { rules: { /** * 禁止在 in 或 instanceof 操作符的左侧变量前使用感叹号 */ 'no-unsafe-negation': 'error', }, };