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 d6c8a49 commit 679499bCopy full SHA for 679499b
package.json
@@ -46,7 +46,8 @@
46
"dev": "vite",
47
"build": "tsc -b && vite build",
48
"lint": "eslint .",
49
- "preview": "vite preview"
+ "preview": "vite preview",
50
+ "lint:fix": "eslint --fix ."
51
},
52
"browserslist": {
53
"production": [
src/components/Cards/RepositoryCard.tsx
@@ -1,12 +1,10 @@
1
import {
2
Card,
3
CardContent,
4
- Chip,
5
Box,
6
Typography,
7
Tooltip,
8
Link,
9
- CircularProgress,
10
Stack,
11
} from "@mui/material";
12
import { PullRequest } from "../../models/PullRequest";
0 commit comments