Skip to content

Commit

Permalink
feat(eslint-plugin-experience): ignore ReturnStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 13, 2023
1 parent 30cb815 commit 26214be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'AwaitExpression',
'BreakStatement',
'ContinueStatement',
'ReturnStatement',
]);

if (isSimpleForOf) {
Expand Down

0 comments on commit 26214be

Please sign in to comment.