Added Code Formating Check GitHub Action

This commit is contained in:
Ahmad 2024-04-07 13:20:08 -04:00
parent 093c444a3d
commit ca1462cccb
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 230 additions and 187 deletions

View file

@ -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",