Browse Source

allow empty block for catch

pull/237/head
LouisLam 3 years ago
parent
commit
362eabab8d
  1. 3
      .eslintrc.js

3
.eslintrc.js

@ -71,5 +71,8 @@ module.exports = {
"eol-last": ["error", "always"],
//'prefer-template': 'error',
"comma-dangle": ["warn", "only-multiline"],
"no-empty": ["error", {
"allowEmptyCatch": true
}],
},
}

Loading…
Cancel
Save