diff options
author | Ramon Fernandez <ramon@mongodb.com> | 2016-08-25 19:08:09 -0400 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2016-08-25 19:09:41 -0400 |
commit | e9ad3d5d40aedc9ccd607c00dc0e98a859e55147 (patch) | |
tree | e4dfca15fb6f1d26c57ceade648eedeb570dcff3 /.eslintignore | |
parent | c0a54c747568b8666f61bcd49fc89853b596f1f8 (diff) | |
download | mongo-e9ad3d5d40aedc9ccd607c00dc0e98a859e55147.tar.gz |
SERVER-25814 Do not lint the js files in the tools import
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/* |