UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 157 B
module.exports = { rules: { /** * 禁止使用嵌套的三元表达式,比如 a ? b : c ? d : e */ 'no-nested-ternary': 'off', }, };