Ignore missing requires in typedefs.js and test-extensions.js

This commit is contained in:
Tim Schaub
2016-08-09 00:06:07 -06:00
parent d02cf1e7a9
commit 4887adce4f
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-disable openlayers-internal/no-missing-requires */
/**
* File for all typedefs used by the compiler, and referenced by JSDoc.
*

View File

@@ -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