We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 522818d + 38011fa commit 5aa6cdaCopy full SHA for 5aa6cda
index.js
@@ -53,6 +53,7 @@ module.exports = {
53
'no-cond-assign': 'error',
54
'no-console': 'error',
55
'no-const-assign': 'error',
56
+ 'no-constant-binary-expression': 'error',
57
'no-control-regex': 'error',
58
'no-debugger': 'error',
59
'no-delete-var': 'error',
0 commit comments