Skip to content

Commit 97550f8

Browse files
committed
rm eslint rule
1 parent a0d08d6 commit 97550f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/components/tools/vercel/dashboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default function VercelDashboard() {
2828
})
2929

3030
const [, setIsLoading] = useState(true)
31-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3231
const [metrics, setMetrics] = useState<any>()
3332
const [deploymentsData, setDeploymentsData] = useState<DeploymentsData[]>([])
3433
const [durationData, setDurationData] = useState<DurationData[]>([])

0 commit comments

Comments
 (0)