Skip to content

Commit 04b4845

Browse files
committed
ESLintの実行
1 parent c497a33 commit 04b4845

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/components/Answer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/prop-types */
12
import React from "react";
23
import Details from "@theme/Details";
34

src/components/OpenInColab/OpenInColab.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/prop-types */
12
import React from "react";
23
import usePathname from "../usePathname";
34
import styles from "./styles.module.css";
@@ -16,7 +17,7 @@ export default function OpenInColab({ path }) {
1617
<a
1718
href={`https://colab.research.google.com/github/chvmvd/sikepuri-of-algorithm/blob/main${pathname}${path}`}
1819
target="_blank"
19-
rel="noopener"
20+
rel="noreferrer"
2021
>
2122
<img
2223
src="https://colab.research.google.com/assets/colab-badge.svg"

src/components/ViewSource/ViewSource.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/prop-types */
12
import React, { useState, useEffect } from "react";
23
import CodeBlock from "@theme/CodeBlock";
34
import usePathname from "../usePathname";

0 commit comments

Comments
 (0)