Skip to content

Commit 021b3b9

Browse files
Disable unicorn/prefer-optional-catch-binding
1 parent 47ec250 commit 021b3b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ The following rules are disabled due to them being considered unduly restrictive
135135
- lodash-fp/use-fp
136136
- unicorn/no-reduce
137137
- unicorn/no-null
138+
- unicorn/prefer-optional-catch-binding
138139

139140
The following rules are disabled due to clashing with other plugins
140141

rules/unicorn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ module.exports = {
55
'unicorn/regex-shorthand': 0,
66
'unicorn/no-reduce': 0,
77
'unicorn/no-null': 0,
8+
'unicorn/prefer-optional-catch-binding': 0,
89
},
910
}

0 commit comments

Comments
 (0)