Skip to content

Commit

Permalink
Revert "feat: Add rule no-constant-binary-expression (eslint#15296)"
Browse files Browse the repository at this point in the history
This reverts commit f7a155c.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent a474e15 commit e60df61
Show file tree
Hide file tree
Showing 8 changed files with 198 additions and 1,093 deletions.
70 changes: 0 additions & 70 deletions docs/src/rules/no-constant-binary-expression.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/src/rules/no-constant-condition.md
Expand Up @@ -132,7 +132,3 @@ do {
}
} while (true)
```

## Related Rules

* [no-constant-binary-expression](no-constant-binary-expression.md)
1 change: 0 additions & 1 deletion lib/rules/index.js
Expand Up @@ -103,7 +103,6 @@ module.exports = new LazyLoadingRuleMap(Object.entries({
"no-confusing-arrow": () => require("./no-confusing-arrow"),
"no-console": () => require("./no-console"),
"no-const-assign": () => require("./no-const-assign"),
"no-constant-binary-expression": () => require("./no-constant-binary-expression"),
"no-constant-condition": () => require("./no-constant-condition"),
"no-constructor-return": () => require("./no-constructor-return"),
"no-continue": () => require("./no-continue"),
Expand Down

0 comments on commit e60df61

Please sign in to comment.