UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 231 B
module.exports = { rules: { /** * 禁止函数在不同分支返回不同类型的值 * @category Best Practices * @reason 太严格了 */ 'consistent-return': 'off' } };