We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d226aa commit bdb726cCopy full SHA for bdb726c
index.js
@@ -156,7 +156,7 @@ module.exports = {
156
'promise/always-return': 'warn',
157
'promise/no-return-wrap': 'warn',
158
'promise/param-names': 'warn',
159
- 'promise/catch-or-return': 'warn',
+ 'promise/catch-or-return': ['warn', {allowFinally: true}],
160
'promise/no-native': 'off',
161
'promise/no-nesting': 'warn',
162
'promise/no-promise-in-callback': 'warn',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-tree",
3
- "version": "5.0.1",
+ "version": "5.0.2",
4
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
5
"main": "index.js",
6
"repository": {
0 commit comments