Skip to content

Commit 8298320

Browse files
committed
chore(deps): added eslint dependencies
1 parent 8127846 commit 8298320

File tree

2 files changed

+1792
-11
lines changed

2 files changed

+1792
-11
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"start": "next start"
8+
"start": "next start",
9+
"lint": "next lint"
910
},
1011
"dependencies": {
12+
"eslint-config-next": "^13.4.4",
1113
"next": "^13.4.4",
1214
"react": "^18.2.0",
1315
"react-dom": "^18.2.0"
@@ -16,6 +18,7 @@
1618
"@types/node": "20.2.5",
1719
"@types/react": "18.2.9",
1820
"autoprefixer": "^10.4.14",
21+
"eslint": "8.42.0",
1922
"postcss": "^8.4.24",
2023
"tailwindcss": "^3.3.2",
2124
"typescript": "5.1.3"

0 commit comments

Comments
 (0)