UNPKG

eslint-config-mlt

Version:
9 lines (8 loc) 124 B
module.exports = { rules: { /** * 禁止将自己与自己比较 */ 'no-self-compare': 'error', }, };