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