Skip to content

Commit 0938511

Browse files
ABHAYABHAY
ABHAY
authored and
ABHAY
committed
fix: build failure due to invalid types added eslint for linting"
1 parent 7968851 commit 0938511

File tree

8 files changed

+11556
-21382
lines changed

8 files changed

+11556
-21382
lines changed

Diff for: .eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

Diff for: next-env.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
33
/// <reference types="next/image-types/global" />
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/basic-features/typescript for more information.

0 commit comments

Comments
 (0)