UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 214 B
module.exports = { rules: { /** * 禁止使用三元表达式 * @category Stylistic Issues * @reason 三元表达式很常用 */ 'no-ternary': 'off' } };