Skip to content

Commit

Permalink
wip update linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Dec 25, 2024
1 parent 67591e6 commit 14579b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"plugin:import/typescript",
"plugin:prettier/recommended",
"plugin:react-hooks/recommended"
"next/core-web-vitals"
],
"plugins": ["@typescript-eslint", "import", "react"],
"parser": "@typescript-eslint/parser",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7065,6 +7065,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-next@npm:^0.0.0":
version: 0.0.0
resolution: "eslint-plugin-next@npm:0.0.0"
checksum: c083aa1c42df347d7940b07916493c0be6f30c5df9c87200827f71c574958d3e1362e1042fd15f9164e63b673cb7ca94491ea3e8318fc1dcbe4f686e9d9166d5
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:^5.0.1":
version: 5.0.1
resolution: "eslint-plugin-prettier@npm:5.0.1"
Expand Down Expand Up @@ -14644,6 +14651,7 @@ __metadata:
eslint-config-next: "npm:^15.1.2"
eslint-config-prettier: "npm:^9.0.0"
eslint-plugin-import: "npm:^2.28.1"
eslint-plugin-next: "npm:^0.0.0"
eslint-plugin-prettier: "npm:^5.0.1"
eslint-plugin-react: "npm:^7.33.2"
eslint-plugin-react-hooks: "npm:^4.6.0"
Expand Down

0 comments on commit 14579b1

Please sign in to comment.