Skip to content

Commit 5aa6cda

Browse files
authored
Merge pull request #72 from openlayers/no-constant-binary-expression
Add no-constant-binary-expression rule
2 parents 522818d + 38011fa commit 5aa6cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports = {
5353
'no-cond-assign': 'error',
5454
'no-console': 'error',
5555
'no-const-assign': 'error',
56+
'no-constant-binary-expression': 'error',
5657
'no-control-regex': 'error',
5758
'no-debugger': 'error',
5859
'no-delete-var': 'error',

0 commit comments

Comments
 (0)