Skip to content

Commit

Permalink
Merge pull request #52 from UTDNebula/working-eslint
Browse files Browse the repository at this point in the history
Working eslint
  • Loading branch information
TyHil authored May 4, 2024
2 parents 1d2370d + 37a0310 commit 1140adf
Show file tree
Hide file tree
Showing 12 changed files with 292 additions and 85 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"extends": "next/core-web-vitals"
"extends": [
"next/core-web-vitals",
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"root": true
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint": "^8.57.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.29",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 1140adf

Please sign in to comment.