Allow empty catch blocks

This commit is contained in:
Oliver-Akins 2024-09-29 00:05:03 -06:00
parent 713ab3fa00
commit e0f6b2a8e1

View file

@ -49,6 +49,7 @@ export default [
"func-names": [`warn`, `as-needed`], "func-names": [`warn`, `as-needed`],
"grouped-accessor-pairs": `error`, "grouped-accessor-pairs": `error`,
"no-alert": `error`, "no-alert": `error`,
"no-empty": [`error`, { allowEmptyCatch: true }],
"no-implied-eval": `error`, "no-implied-eval": `error`,
"no-invalid-this": `error`, "no-invalid-this": `error`,
"no-lonely-if": `error`, "no-lonely-if": `error`,