Skip to content

Commit bc32d36

Browse files
committed
Add new eslint v8.14.0 rule
1 parent 0467601 commit bc32d36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ module.exports = {
8989
'no-await-in-loop': [
9090
'warn'
9191
],
92+
'no-constant-binary-expression': [
93+
'error'
94+
],
9295
'no-else-return': [
9396
'error'
9497
],

0 commit comments

Comments
 (0)