summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorEddie Louie <eddie.louie@mongodb.com>2017-03-28 13:42:11 -0400
committerEddie Louie <eddie.louie@mongodb.com>2017-04-05 18:40:37 -0400
commit2569b254a53586f1177b82bdc567463e84be75e2 (patch)
tree860eefcb637783cf310256bdabe5b9bda2fa89f3 /.eslintrc.yml
parent2d00414fa0f31473f5fa7c1ad3c728051871ec4e (diff)
downloadmongo-2569b254a53586f1177b82bdc567463e84be75e2.tar.gz
SERVER-23728 Enable the no-unused-expressions ESLint rule
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 8ce934e1774..de2e6f3ba06 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -33,6 +33,7 @@ rules:
no-sparse-arrays: 2
no-unexpected-multiline: 2
no-unreachable: 2
+ no-unused-expressions: 2
no-useless-call: 2
no-with: 2
semi: 2