UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 144 B
module.exports = { rules: { /** * 禁止出现不影响值的表达式 */ 'no-constant-binary-expression': 'error', }, };