We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ec250 commit 021b3b9Copy full SHA for 021b3b9
README.md
@@ -135,6 +135,7 @@ The following rules are disabled due to them being considered unduly restrictive
135
- lodash-fp/use-fp
136
- unicorn/no-reduce
137
- unicorn/no-null
138
+- unicorn/prefer-optional-catch-binding
139
140
The following rules are disabled due to clashing with other plugins
141
rules/unicorn.js
@@ -5,5 +5,6 @@ module.exports = {
5
'unicorn/regex-shorthand': 0,
6
'unicorn/no-reduce': 0,
7
'unicorn/no-null': 0,
8
+ 'unicorn/prefer-optional-catch-binding': 0,
9
},
10
}
0 commit comments