Skip to content

Commit

Permalink
docs: Removed the second object instance for the "no-new" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-kain committed Mar 26, 2023
1 parent ad9dd6a commit 7041663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/rules/no-new.md
Expand Up @@ -42,8 +42,6 @@ Examples of **correct** code for this rule:
/*eslint no-new: "error"*/

var thing = new Thing();

Thing();
```

:::

0 comments on commit 7041663

Please sign in to comment.