三元运算符Prettier的格式化 三元运算符Eslint的格式要求 解决办法 // eslint加入配置,屏蔽标红报错 indent: ['error', 2, { ignoredNodes: ['ConditionalExpression'] }] 效果