UNPKG

eslint-config-alloy

Version:
15 lines (14 loc) 288 B
module.exports = { rules: { /** * 禁止出现空代码块,允许 catch 为空代码块 * @category Possible Errors */ 'no-empty': [ 'error', { allowEmptyCatch: true } ] } };