Skip to content

Commit 8a0f302

Browse files
committed
SkipLink: lint correctly to add ; to end of type definition lines
1 parent f1af0a6 commit 8a0f302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/components/SkipLink.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import classNames from 'classnames';
33
import { useTranslation } from 'react-i18next';
44

55
type SkipLinkProps = {
6-
targetId: string,
7-
text: string
6+
targetId: string;
7+
text: string;
88
};
99

1010
const SkipLink = ({ targetId, text }: SkipLinkProps) => {

0 commit comments

Comments
 (0)