From f66f23e7e76cc7c278d05ec044169c688f9dbef1 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 4 Feb 2019 18:02:23 -0800 Subject: [PATCH] Fix silly lint error --- packages/core/example/babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/example/babel.config.js b/packages/core/example/babel.config.js index 2900afe9..7085b482 100644 --- a/packages/core/example/babel.config.js +++ b/packages/core/example/babel.config.js @@ -1,3 +1,4 @@ +// eslint-disable-next-line import/no-commonjs module.exports = function(api) { api.cache(true); return {