Skip to content

Commit

Permalink
馃帹 Format
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarbar338 committed Oct 15, 2023
1 parent f1c0de8 commit 7ecc46b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions @types/global.d.ts
Expand Up @@ -3,6 +3,3 @@ declare module "*.yaml" {
[key: string]: string | string[];
};
}

// this module has no type definitions and we are on strict mode. So we made a placeholder declaration for it.
declare module "react-folder-tree";
2 changes: 0 additions & 2 deletions next.config.js
@@ -1,5 +1,3 @@
/* eslint-disable @typescript-eslint/no-var-requires */

/**
* @type {import("next").NextConfig}
*/
Expand Down
1 change: 0 additions & 1 deletion pages/_app.tsx
Expand Up @@ -17,7 +17,6 @@ import "@styles/tailwind.css";
import "@styles/tetris.scss";

import "highlight.js/styles/tomorrow-night-bright.css";
import "react-folder-tree/dist/style.css";
import "react-toastify/dist/ReactToastify.css";

const App = ({ Component, pageProps }: AppProps) => {
Expand Down
1 change: 0 additions & 1 deletion sitemap.config.js
@@ -1,4 +1,3 @@
/* eslint-disable */
module.exports = {
siteUrl: "https://338.rocks",
generateRobotsTxt: true,
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
@@ -1,4 +1,3 @@
/* eslint-disable */
const twTypography = require("@tailwindcss/typography");

module.exports = {
Expand Down

0 comments on commit 7ecc46b

Please sign in to comment.