module.exports = { rules: { /** * 禁止在 return, throw, break 或 continue 之后还有代码 */ 'no-unreachable': 'error', }, }