We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e1f4f commit 5640f36Copy full SHA for 5640f36
frontend/.husky/pre-commit
@@ -1,4 +1,4 @@
1
#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
-cd frontend && npx lint-staged
+cd frontend && npm run lint
frontend/src/pages/Home/HomePage.tsx
@@ -9,6 +9,7 @@ import {
9
IonCardContent,
10
IonRouterLink,
11
IonAvatar,
12
+ IonHeader,
13
} from '@ionic/react';
14
import { useTranslation } from 'react-i18next';
15
import { useHistory } from 'react-router-dom';
0 commit comments