mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Added Code Formating Check GitHub Action
This commit is contained in:
parent
093c444a3d
commit
ca1462cccb
5 changed files with 230 additions and 187 deletions
|
@ -8,8 +8,8 @@
|
|||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"postinstall": "prisma generate --no-engine",
|
||||
"format": "prettier --check --ignore-path .gitignore .",
|
||||
"format:fix": "prettier --write --ignore-path .gitignore ."
|
||||
"format": "prettier --check --ignore-path .prettierignore .",
|
||||
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/nextjs": "^5.0.0-beta.40",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue