Skip to content

Commit 5640f36

Browse files
Lint test
1 parent 68e1f4f commit 5640f36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
cd frontend && npx lint-staged
4+
cd frontend && npm run lint

frontend/src/pages/Home/HomePage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
IonCardContent,
1010
IonRouterLink,
1111
IonAvatar,
12+
IonHeader,
1213
} from '@ionic/react';
1314
import { useTranslation } from 'react-i18next';
1415
import { useHistory } from 'react-router-dom';

0 commit comments

Comments
 (0)