Skip to content

Commit ee78458

Browse files
committed
feat(config/eslint): allow empty catch blocks in test code
1 parent 03b31df commit ee78458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
{
2626
files: testMatch,
2727
rules: {},
28+
'no-empty': ['error', {allowEmptyCatch: true}],
2829
},
2930
],
3031
}

0 commit comments

Comments
 (0)