Skip to content

Commit

Permalink
chore(frontend): apply eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
gangjun06 committed Nov 26, 2022
1 parent 22c1848 commit f232988
Show file tree
Hide file tree
Showing 3 changed files with 1,425 additions and 11 deletions.
3 changes: 3 additions & 0 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
8 changes: 6 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:docker": "next build && next start"
"start:docker": "next build && next start",
"lint": "next lint"
},
"dependencies": {
"@apihero/github": "^1.1.5",
Expand Down Expand Up @@ -55,8 +56,11 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.7",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.5",
"postcss": "^8.4.14",
"prettier": "2.7.1",
"tailwindcss": "^3.1.4"
"tailwindcss": "^3.1.4",
"typescript": "^4.9.3"
}
}
Loading

0 comments on commit f232988

Please sign in to comment.