Skip to content

Commit

Permalink
feat!: upate to nextjs 15 & tailwind 4 & eslint 9 (#52)
Browse files Browse the repository at this point in the history
* 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
jonsch318 authored Feb 24, 2025
1 parent be9162a commit 21b03df
Show file tree
Hide file tree
Showing 180 changed files with 11,740 additions and 15,167 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

167 changes: 0 additions & 167 deletions .eslintrc

This file was deleted.

5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore artifacts:
build
coverage
out
.next
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
Loading

0 comments on commit 21b03df

Please sign in to comment.