Fixed linting errors
parent
e0abbbb2f1
commit
3a18aa10dd
|
@ -1,5 +1,5 @@
|
||||||
import nextTranspileModules from "next-transpile-modules";
|
/* eslint-disable */
|
||||||
const withTM = nextTranspileModules(["react-timezone-select"]);
|
const withTM = require("next-transpile-modules")(["react-timezone-select"]);
|
||||||
|
|
||||||
// TODO: Revisit this later with getStaticProps in App
|
// TODO: Revisit this later with getStaticProps in App
|
||||||
if (process.env.NEXTAUTH_URL) {
|
if (process.env.NEXTAUTH_URL) {
|
||||||
|
|
Loading…
Reference in New Issue