diff --git a/.eslintrc.js b/.eslintrc.js index 33d49f0d..72a2044f 100644 --- a/.eslintrc.js +++ b/.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 + }], }, }