From 3a18aa10ddab31ce4e3569b12ee88f2e0017c2b5 Mon Sep 17 00:00:00 2001 From: nicolas Date: Tue, 20 Jul 2021 20:24:05 +0200 Subject: [PATCH] Fixed linting errors --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index b35afdce..171dc100 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,5 @@ -import nextTranspileModules from "next-transpile-modules"; -const withTM = nextTranspileModules(["react-timezone-select"]); +/* eslint-disable */ +const withTM = require("next-transpile-modules")(["react-timezone-select"]); // TODO: Revisit this later with getStaticProps in App if (process.env.NEXTAUTH_URL) {