Fix ESLint (#305)

* Add eslint

* Remove script

- The user will be adding it during the course
This commit is contained in:
Delba de Oliveira
2023-10-30 14:31:50 +00:00
committed by GitHub
parent e8ba4d3200
commit 7ff4d72154
6 changed files with 5470 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}

File diff suppressed because it is too large Load Diff

View File

@@ -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": {

View File

@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}

File diff suppressed because it is too large Load Diff

View File

@@ -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": {