Skip to content

Commit

Permalink
Remove superfluous argument passed to Promise (#5047)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 21, 2020
1 parent 1b75f38 commit c2ebdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/fixtures/plugin-async.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const rule = (enabled) => (root, result) => {
});
resolve();
});
}, 1);
});
};

module.exports = stylelint.createPlugin(ruleName, rule);

0 comments on commit c2ebdc0

Please sign in to comment.