-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: upate to nextjs 15 & tailwind 4 & eslint 9 (#52)
* chore: up pnpm in package.json * chore: move from framer-motion to motion * feat: move to eslint v9 * feat!: nextjs upgrade codemod * fix: clean deps & remove cypress & sort some lint errors * feat: move to tailwindcss 4 * fix: lint * fix: build * fix: postcss remove cssnano * add prettier back * fix: formatting with prettier
- Loading branch information
Showing
180 changed files
with
11,740 additions
and
15,167 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
# Ignore artifacts: | ||
build | ||
coverage | ||
out | ||
.next |
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,3 @@ | ||
{ | ||
"plugins": ["prettier-plugin-tailwindcss"] | ||
} |
Oops, something went wrong.