Skip to content

Commit

Permalink
docs: remove eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Jan 28, 2024
1 parent 717409b commit 6dfb090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-plugin/docs/rules/consistent-return.md
Expand Up @@ -24,7 +24,6 @@ function bar(flag: boolean): undefined {
### ✅ Correct

```ts
/* eslint @typescript-eslint/consistent-return: "error" */
function foo(): void {}
function bar(flag: boolean): void {
if (flag) return foo();
Expand Down

0 comments on commit 6dfb090

Please sign in to comment.