UNPKG

eslint-config-alloy

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