mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Fix ESLint (#305)
* Add eslint * Remove script - The user will be adding it during the course
This commit is contained in:
committed by
GitHub
parent
e8ba4d3200
commit
7ff4d72154
3
dashboard/final-example/.eslintrc.json
Normal file
3
dashboard/final-example/.eslintrc.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
}
|
||||
2730
dashboard/final-example/package-lock.json
generated
2730
dashboard/final-example/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -30,6 +30,8 @@
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-dom": "18.2.14",
|
||||
"dotenv": "^16.3.1",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-next": "^14.0.0",
|
||||
"prettier": "^3.0.3"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
3
dashboard/starter-example/.eslintrc.json
Normal file
3
dashboard/starter-example/.eslintrc.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
}
|
||||
2730
dashboard/starter-example/package-lock.json
generated
2730
dashboard/starter-example/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,6 +26,8 @@
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-dom": "18.2.14",
|
||||
"dotenv": "^16.3.1",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-next": "^14.0.0",
|
||||
"prettier": "^3.0.3"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user