-
-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updates deps & installs next-seo (#121)
* chore: updates pnpm version * chore: updates all deps * chore: removes eslint from lint-staged * feat: adds next-seo
- Loading branch information
Showing
13 changed files
with
759 additions
and
787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
export default { | ||
'*.{js,jsx,ts,tsx}': [ | ||
'eslint --max-warnings 0 --report-unused-disable-directives', | ||
'prettier --list-different', | ||
], | ||
'*.{js,jsx,ts,tsx}': ['prettier --list-different'], | ||
'*.{css,html,json,md,mdx,yaml,yml}': ['prettier --list-different'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { type DefaultSeoProps } from 'next-seo'; | ||
|
||
export const seo: DefaultSeoProps = { | ||
title: 'Noodle | Rethinking Student Productivity', | ||
description: | ||
'Noodle is a productivity app for students. It helps you manage your time, tasks, and goals.', | ||
canonical: 'https://noodle.run', | ||
openGraph: { | ||
url: 'https://noodle.run', | ||
title: 'Noodle | Rethinking Student Productivity', | ||
description: | ||
'Noodle is a productivity app for students. It helps you manage your time, tasks, and goals.', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,29 +31,29 @@ | |
"@ianvs/prettier-plugin-sort-imports": "^4.0.2", | ||
"@noodle/tsconfig": "workspace:^", | ||
"@types/eslint": "^8.40.2", | ||
"@types/node": "^20.3.1", | ||
"@types/node": "^20.3.3", | ||
"@types/prettier": "^2.7.3", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.43.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-noodle": "workspace:^", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"lint-staged": "^13.2.3", | ||
"nx": "16.3.2", | ||
"nx-cloud": "16.0.5", | ||
"prettier": "^2.8.8", | ||
"prettier-plugin-jsdoc": "^0.4.2", | ||
"prettier-plugin-packagejson": "^2.4.3", | ||
"prettier-plugin-tailwindcss": "^0.3.0", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].5", | ||
"engines": { | ||
"node": ">=v18.15.0", | ||
"pnpm": ">=8.6.2" | ||
"pnpm": ">=8.6.5" | ||
}, | ||
"volta": { | ||
"node": "18.15.0", | ||
"pnpm": "8.6.2" | ||
"pnpm": "8.6.5" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.