Skip to content

Commit 0790f1e

Browse files
committed
chore: putout: actions: lint ☘️
1 parent bdefe42 commit 0790f1e

File tree

1 file changed

+3
-3
lines changed
  • packages/plugin-merge-return-with-next-sibling

1 file changed

+3
-3
lines changed

packages/plugin-merge-return-with-next-sibling/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ npm i @putout/plugin-merge-return-with-next-sibling
2929

3030
```js
3131
function x() {
32-
return
32+
return;
3333
{
3434
hello: 'world';
3535
}
3636

37-
return
37+
return;
3838
5;
3939

40-
return
40+
return;
4141
a ? 2 : 3;
4242
}
4343
```

0 commit comments

Comments
 (0)