module.exports = { rules: { /** * 禁止使用三元表达式 */ 'no-ternary': 'off', }, }