Skip to content

Commit

Permalink
enable no new function
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 8, 2024
1 parent 80e1473 commit ccc9061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = {
"no-negated-condition": "off",
"no-nested-ternary": "off",
"no-new": "off",
"no-new-func": "off",
"no-new-func": "error",
"no-object-constructor": "error",
"no-param-reassign": "off",
"no-plusplus": "off",
Expand Down

0 comments on commit ccc9061

Please sign in to comment.