Skip to content

Commit

Permalink
fdas
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jun 17, 2024
1 parent c4d06e2 commit 1babc27
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"extends": "next/core-web-vitals"
"extends": [
"next/core-web-vitals",
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended"
],
"plugins": ["react-hooks"],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
}
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
"@types/react-dom": "^18",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5"
Expand Down

0 comments on commit 1babc27

Please sign in to comment.