From da64dae568db42efdab5bc07cbb5eb17b8e4c6a3 Mon Sep 17 00:00:00 2001 From: nicolas Date: Tue, 20 Jul 2021 20:25:36 +0200 Subject: [PATCH] Fixed linting errors --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 171dc1003b..bb567c7617 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ -/* eslint-disable */ +/* eslint-disable @typescript-eslint/no-var-requires */ const withTM = require("next-transpile-modules")(["react-timezone-select"]); // TODO: Revisit this later with getStaticProps in App