Skip to content

Commit

Permalink
Revert "chore: enable no-constant-binary-expression in eslint-config-…
Browse files Browse the repository at this point in the history
…eslint (eslint#15807)"

This reverts commit 899ee46.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent 4a45543 commit 99ec9b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-eslint/default.yml
Expand Up @@ -156,7 +156,6 @@ rules:
no-caller: "error"
no-confusing-arrow: "error"
no-console: "error"
no-constant-binary-expression: "error"
no-constructor-return: "error"
no-else-return: ["error", { allowElseIf: false }]
no-eval: "error"
Expand Down

0 comments on commit 99ec9b8

Please sign in to comment.