Allow empty catch blocks
This commit is contained in:
parent
713ab3fa00
commit
e0f6b2a8e1
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ export default [
|
|||
"func-names": [`warn`, `as-needed`],
|
||||
"grouped-accessor-pairs": `error`,
|
||||
"no-alert": `error`,
|
||||
"no-empty": [`error`, { allowEmptyCatch: true }],
|
||||
"no-implied-eval": `error`,
|
||||
"no-invalid-this": `error`,
|
||||
"no-lonely-if": `error`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue