From f7f64ab9aab7204a045a43f37d59f7956918ede8 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 10 Jul 2024 00:16:16 +0100 Subject: Remove unused linting ignores --- src/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 2565964..dad0f59 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -36,7 +36,7 @@ console.log(` SHA: %c ${process.env.COMMIT_REF} `, `padding: 2px; border-radiu console.log("%cCome join us on Discord! https://discord.gg/python", `font-size: 1.5em; font-family: "Hind", "Arial"; color: ${colors.blurple}`); const rootDocument = document.getElementById("root"); -// eslint-disable-next-line @typescript-eslint/no-non-null-assertion + const root = createRoot(rootDocument!); root.render( @@ -55,6 +55,5 @@ root.render( ); -/* eslint-enable react/react-in-jsx-scope */ serviceWorker.unregister(); -- cgit v1.2.3