From 49b5aca613b33c5b626ae68c03a385f25c142f55 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 21 Aug 2018 16:58:32 -0700 Subject: [PATCH] Scaffold: Add tidelift configuration --- .tidelift.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .tidelift.yml diff --git a/.tidelift.yml b/.tidelift.yml new file mode 100644 index 000000000..3540e8ba7 --- /dev/null +++ b/.tidelift.yml @@ -0,0 +1,15 @@ +ci: + platform: + NPM: + # We use an older version that doesn't use ES6+ features to support back to node 0.10 + eslint: + tests: + outdated: skip + # We use an older version that doesn't use ES6+ features to support back to node 0.10 + expect: + tests: + outdated: skip + # We use an older version that doesn't use ES6+ features to support back to node 0.10 + mocha: + tests: + outdated: skip