UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 216 B
module.exports = { rules: { /** * 禁止在 finally 中出现 return, throw, breakcontinue * @reason finally 中的语句会在 try 之前执行 */ 'no-unsafe-finally': 'error', }, };