Skip to content

Commit

Permalink
Update docs/src/rules/no-new-native-nonconstructor.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
sosukesuzuki and mdjermanovic committed Oct 26, 2022
1 parent 2d81036 commit 75aa825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/no-new-native-nonconstructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Examples of **correct** code for this rule:
::: correct

```js
/*eslint no-new-symbol: "error"*/
/*eslint no-new-native-nonconstructor: "error"*/
/*eslint-env es2022*/

var foo = Symbol('foo');
Expand Down

0 comments on commit 75aa825

Please sign in to comment.