Skip to content

Commit

Permalink
fix: fix dev error
Browse files Browse the repository at this point in the history
  • Loading branch information
shezhangzhang committed Mar 31, 2023
1 parent 1d12e3e commit eaa0e7a
Show file tree
Hide file tree
Showing 5 changed files with 1,550 additions and 1,268 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": ["inline-react-svg"]
}
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": true,
"tabWidth": 2,
"plugins": ["prettier-plugin-tailwindcss"],
"printWidth": 80
}
Loading

0 comments on commit eaa0e7a

Please sign in to comment.