Skip to content

Commit a0dfd74

Browse files
committed
chore: remove unused UI components and fix ESLint
1 parent 7120612 commit a0dfd74

File tree

5 files changed

+3
-290
lines changed

5 files changed

+3
-290
lines changed

.eslintrc.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"extends": ["next/core-web-vitals", "next/typescript"],
3-
"plugins": ["header"],
2+
"extends": ["next/core-web-vitals"],
43
"rules": {
5-
"header/header": [
6-
2,
7-
"block",
8-
"Copyright The OpenTelemetry Authors\nSPDX-License-Identifier: Apache-2.0"
9-
]
4+
"header/header": "off"
105
}
11-
}
6+
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"@octokit/webhooks-types": "^7.6.1",
1919
"@radix-ui/react-select": "^2.2.2",
2020
"@radix-ui/react-slot": "^1.2.0",
21-
"@radix-ui/react-toggle": "^1.1.6",
2221
"class-variance-authority": "^0.7.1",
2322
"clsx": "^2.1.1",
2423
"lucide-react": "^0.503.0",

src/components/ui/card.tsx

Lines changed: 0 additions & 97 deletions
This file was deleted.

src/components/ui/pagination.tsx

Lines changed: 0 additions & 132 deletions
This file was deleted.

src/components/ui/toggle.tsx

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)