Skip to content

Commit c159832

Browse files
paleitemacklinu
authored andcommitted
fix: include plugin with recommended settings (#157)
Ensure eslint-plugin-promise is loaded when using recommended settings.
1 parent 61a373c commit c159832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
},
2727
configs: {
2828
recommended: {
29+
plugins: ['promise'],
2930
rules: {
3031
'promise/always-return': 'error',
3132
'promise/no-return-wrap': 'error',

0 commit comments

Comments
 (0)