Skip to content

Commit

Permalink
[/][xs]: rm unneded eslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Oct 23, 2023
1 parent 1606453 commit 0170aa7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/MdxPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { MDXRemote } from "next-mdx-remote";
import { Mermaid, Pre } from "@portaljs/core";

Expand Down
1 change: 0 additions & 1 deletion pages/_all.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint import/no-default-export: off */
import type { GetStaticProps, GetStaticPropsResult } from "next";
import { SimpleLayout } from "@portaljs/core";

Expand Down
1 change: 0 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint import/no-default-export: off */
import Script from "next/script";
import { DefaultSeo } from "next-seo";
import { useRouter } from "next/router";
Expand Down

0 comments on commit 0170aa7

Please sign in to comment.