Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit ae0d37f

Browse files
committed
chore: fix format
1 parent 5988397 commit ae0d37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Messages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import { Message } from "@/components/Message";
33
import { Alert } from "react-bootstrap";
44
import type { FC } from "react";
5-
import type {Linter} from "eslint";
5+
import type { Linter } from "eslint";
66

77
interface Props {
88
messages?: Linter.LintMessage[];

0 commit comments

Comments
 (0)