Fix pre-commit script to properly handle multiple files and resolve ESLint warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "${APP_NAME:-rxminder}",
|
||||
"name": "rxminder",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
@@ -56,6 +56,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "^3.0.2",
|
||||
"express": "^5.1.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"uuid": "^12.0.0"
|
||||
|
||||
Reference in New Issue
Block a user