Skip to content

Commit 48a7788

Browse files
committed
feat: move eslint config to be package json
1 parent b9984b2 commit 48a7788

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.eslintrc.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"tailwindcss": "^3.4.1",
2323
"eslint": "^8",
2424
"eslint-config-next": "14.2.16"
25+
},
26+
"eslintConfig": {
27+
"extends": ["next/core-web-vitals", "next/typescript"]
2528
}
2629
}

0 commit comments

Comments
 (0)