Skip to content

Commit

Permalink
fix: set recommended: false
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Sep 30, 2022
1 parent 1559ec7 commit e72bc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-new-nonconstructor.js
Expand Up @@ -22,7 +22,7 @@ module.exports = {

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

Expand Down

0 comments on commit e72bc1d

Please sign in to comment.