From 4887adce4f3e4fcd85b03890fd27dab52a874a57 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 9 Aug 2016 00:06:07 -0600 Subject: [PATCH] Ignore missing requires in typedefs.js and test-extensions.js --- src/ol/typedefs.js | 2 ++ test/test-extensions.js | 1 + 2 files changed, 3 insertions(+) diff --git a/src/ol/typedefs.js b/src/ol/typedefs.js index b9a529af0d..b3bc867f23 100644 --- a/src/ol/typedefs.js +++ b/src/ol/typedefs.js @@ -1,3 +1,5 @@ +/* eslint-disable openlayers-internal/no-missing-requires */ + /** * File for all typedefs used by the compiler, and referenced by JSDoc. * diff --git a/test/test-extensions.js b/test/test-extensions.js index 0ce5e46a99..1c5c8c1c60 100644 --- a/test/test-extensions.js +++ b/test/test-extensions.js @@ -1,4 +1,5 @@ /* global resemble:false */ +/* eslint-disable openlayers-internal/no-missing-requires */ // FIXME remove afterLoadXml as it uses the wrong XML parser on IE9