Skip to content

Commit 7e455cc

Browse files
feat(ESLint): Added Typescript Linting rules
1 parent dd2a0e4 commit 7e455cc

File tree

3 files changed

+1636
-1517
lines changed

3 files changed

+1636
-1517
lines changed

.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "next/core-web-vitals"
2+
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
3+
"plugins": ["@typescript-eslint"]
34
}

0 commit comments

Comments
 (0)