Skip to content

Commit 7818a6d

Browse files
committed
Add eslint-disable-next-line lines to prevent ESLint running
1 parent ec2e718 commit 7818a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/_app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
// eslint-disable-next-line n/no-extraneous-import
12
import '~/styles/globals.css';
23
import type { AppProps } from 'next/app';
34
import Head from 'next/head';
45
import { Bounce, ToastContainer } from 'react-toastify';
6+
// eslint-disable-next-line n/no-extraneous-import
57
import 'react-toastify/ReactToastify.css';
68
import { useEffect, useState } from 'react';
79
import { jost } from '~/utils/fonts';

0 commit comments

Comments
 (0)