UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 155 B
module.exports = { rules: { /** * 禁止在 return, throw, breakcontinue 之后还有代码 */ 'no-unreachable': 'error', }, };