diff options
author | Ramon Fernandez <ramon@mongodb.com> | 2016-08-26 16:55:02 -0400 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2016-08-26 16:58:13 -0400 |
commit | 1653251f733b4b807da5b386534b4289aef77873 (patch) | |
tree | 88d2ab8823cf8d10267adbdbbdc94ca264bf3a56 /.eslintignore | |
parent | 2a0e9dbf6eb741192917f51f9be016a98ea18906 (diff) | |
download | mongo-1653251f733b4b807da5b386534b4289aef77873.tar.gz |
SERVER-25814 Do not lint the vendored gotools
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000000..a1ded284b11 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +src/mongo/gotools/* |