Skip to content

Commit

Permalink
chore: needless next config
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwatshade committed Jan 6, 2024
1 parent d294f88 commit 5f2fe1b
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
browser: true,
es6: true,
},
extends: ["plugin:react/recommended", "google", "prettier"],
extends: ["plugin:react/recommended", "google", "next", "prettier"],
globals: {
Atomics: "readonly",
SharedArrayBuffer: "readonly",
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"babel-jest": "29.7.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.33.2",
"husky": "8.0.3",
Expand Down
Loading

1 comment on commit 5f2fe1b

@vercel
Copy link

@vercel vercel bot commented on 5f2fe1b Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

roost – ./

roost-lshadler.vercel.app
roost-git-master-lshadler.vercel.app
roost.vercel.app

Please sign in to comment.