diff options
author | Eddie Louie <eddie.louie@mongodb.com> | 2017-03-28 13:42:11 -0400 |
---|---|---|
committer | Eddie Louie <eddie.louie@mongodb.com> | 2017-04-05 18:40:37 -0400 |
commit | 2569b254a53586f1177b82bdc567463e84be75e2 (patch) | |
tree | 860eefcb637783cf310256bdabe5b9bda2fa89f3 /.eslintrc.yml | |
parent | 2d00414fa0f31473f5fa7c1ad3c728051871ec4e (diff) | |
download | mongo-2569b254a53586f1177b82bdc567463e84be75e2.tar.gz |
SERVER-23728 Enable the no-unused-expressions ESLint rule
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 1 |
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 |