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 92dab1b commit de45c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "nodemon -r dotenv/config --experimental-json-modules index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"build": "npm i",
"format": "cd .. && npm run format"
"format": "npx eslint . --ext .js,.jsx"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"format": "cd .. && npm run format"
"format": "npx eslint . --ext .js,.jsx"
},
"dependencies": {
"@ramonak/react-progress-bar": "^5.0.3",
Expand Down

0 comments on commit de45c73

Please sign in to comment.