Skip to content

Commit 679499b

Browse files
fix: Fix linter issues (#13)
1 parent d6c8a49 commit 679499b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"dev": "vite",
4747
"build": "tsc -b && vite build",
4848
"lint": "eslint .",
49-
"preview": "vite preview"
49+
"preview": "vite preview",
50+
"lint:fix": "eslint --fix ."
5051
},
5152
"browserslist": {
5253
"production": [

src/components/Cards/RepositoryCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import {
22
Card,
33
CardContent,
4-
Chip,
54
Box,
65
Typography,
76
Tooltip,
87
Link,
9-
CircularProgress,
108
Stack,
119
} from "@mui/material";
1210
import { PullRequest } from "../../models/PullRequest";

0 commit comments

Comments
 (0)