Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
Asyaakkusss committed Apr 25, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 847e67d commit 07c20b5
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
},
"devDependencies": {
"cors": "^2.8.5",
"eslint": "^8.57.0",
"eslint": "^6.6.0",
"eslint-plugin-jsdoc": "^48.2.2",
"express": "^4.19.1"
}
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
},
"devDependencies": {
"cors": "^2.8.5",
"eslint": "^8.57.0",
"eslint": "^6.6.0",
"eslint-plugin-jsdoc": "^48.2.2",
"express": "^4.19.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
},
"devDependencies": {
"cors": "^2.8.5",
"eslint": "^8.57.0",
"eslint": "^6.6.0",
"eslint-plugin-jsdoc": "^48.2.2",
"express": "^4.19.2"
}

0 comments on commit 07c20b5

Please sign in to comment.