1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Enable the ESLint no-var rule in the external/ folder

These changes were done automatically, by using the `gulp lint --fix` command.
This commit is contained in:
Jonas Jenwald 2021-03-14 11:06:48 +01:00
parent 67b866b9ed
commit 96d2a2f795
8 changed files with 13 additions and 48 deletions

View file

@ -12,6 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint-disable no-var */
var babel = require("plugin-babel");
var cacheExpiration = 60 /* min */ * 60 * 1000;