Skip to content

Commit

Permalink
Update lib/rules/no-new-native-nonconstructor.js
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 75aa825 commit 218905d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-new-native-nonconstructor.js
Expand Up @@ -21,7 +21,7 @@ module.exports = {
type: "problem",

docs: {
description: "Disallow `new` operators with global no constructor functions",
description: "Disallow `new` operators with global non-constructor functions",
recommended: false,
url: "https://eslint.org/docs/rules/no-new-native-nonconstructor"
},
Expand Down

0 comments on commit 218905d

Please sign in to comment.