Skip to content

Commit

Permalink
fix eslint failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Feb 13, 2024
1 parent 81253bc commit ab3bf25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"scripts": {
"start:server": "cd backend && npm run dev",
"start:client": "cd frontend && npm run dev",
"dev": "concurrently -n \"server,client\" -c \"red,blue\" \"npm run start:server\" \"npm run start:client\"",
"format": "npx eslint . --ext .js,.jsx"
"dev": "concurrently -n \"server,client\" -c \"red,blue\" \"npm run start:server\" \"npm run start:client\""
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down

0 comments on commit ab3bf25

Please sign in to comment.