Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Feb 13, 2024
1 parent 8fa65b6 commit 6c993e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"seed": "ts-node --transpile-only --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json}": ["npx prettier --write", "npx eslint --fix"]
"**/*.{js,jsx,ts,tsx,json}": [
"npx prettier --write",
"npx eslint --fix"
]
},
"dependencies": {
"@dnd-kit/core": "^6.0.6",
Expand Down

0 comments on commit 6c993e6

Please sign in to comment.