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 61a373c commit c159832Copy full SHA for c159832
index.js
@@ -26,6 +26,7 @@ module.exports = {
26
},
27
configs: {
28
recommended: {
29
+ plugins: ['promise'],
30
rules: {
31
'promise/always-return': 'error',
32
'promise/no-return-wrap': 'error',
0 commit comments