Skip to content

Commit

Permalink
upd format
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangShuuu committed Nov 12, 2023
1 parent e4462a4 commit c063e0f
Show file tree
Hide file tree
Showing 16 changed files with 3,377 additions and 1,285 deletions.
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"plugins": [
"prettier-plugin-tailwindcss"
]
"plugins": ["prettier-plugin-tailwindcss"]
}
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"format": "prettier . --write"
},
"dependencies": {
"@kinde-oss/kinde-auth-nextjs": "^1.8.18",
Expand Down
Loading

0 comments on commit c063e0f

Please sign in to comment.