Skip to content

Commit

Permalink
token fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GhadaBN committed Aug 22, 2024
1 parent 9c4cc11 commit b09e49a
Show file tree
Hide file tree
Showing 8 changed files with 833 additions and 593 deletions.
245 changes: 135 additions & 110 deletions backend/package-lock.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@
"express": "^4.19.2",
"express-jwt": "^8.4.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.0",
"mongoose": "^8.5.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"stripe": "^15.8.0",
"validator": "^13.12.0"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
"nodemon": "^3.1.4"
},
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
21 changes: 0 additions & 21 deletions frontend/.eslintrc.cjs

This file was deleted.

14 changes: 14 additions & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: "eslint:recommended",
parserOptions: {
ecmaVersion: 12,
sourceType: "module",
},
rules: {
"no-unused-vars": "warn", // Example rule
},
};
Loading

0 comments on commit b09e49a

Please sign in to comment.