Skip to content

Commit

Permalink
no-constructor-return: off
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Oct 8, 2024
1 parent b11e3e0 commit 2a69c0b
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 @@ -62,7 +62,6 @@ export default [
eqeqeq: ["error", "always", { null: "ignore" }],
"func-names": ["error", "never"],
"no-caller": "error",
"no-constructor-return": "error",
"no-duplicate-imports": "error",
"no-empty-static-block": "error",
"no-eval": "error",
Expand Down Expand Up @@ -125,6 +124,7 @@ export default [
"no-await-in-loop": "warn",
"no-bitwise": "warn",
"no-console": "off",
"no-constructor-return": "off",
"no-continue": "off",
"no-div-regex": "off",
"no-else-return": ["error", { allowElseIf: false }],
Expand Down

0 comments on commit 2a69c0b

Please sign in to comment.