Skip to content

Commit

Permalink
New feature publications (#2)
Browse files Browse the repository at this point in the history
* New feature publications

* Update package json

* New method save publication

* New method getPublications

* New  method get publication by ID

* New method delete my own publications

* New method upload file post and refactor old functions

---------

Co-authored-by: alejandra.caicedo <[email protected]>
  • Loading branch information
AlejandraCaicedo and alejandra.caicedo committed Jul 9, 2024
1 parent 42d5e08 commit b362046
Show file tree
Hide file tree
Showing 9 changed files with 1,622 additions and 703 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"es2021": true
},
"extends": "eslint:recommended",
"plugins": ["prettier"],
"parserOptions": {
"ecmaVersion": "latest"
},
Expand All @@ -22,6 +23,7 @@
"error", { "skipBlankLines": false }
],
"eqeqeq": 2,
"no-console": "off"
"no-console": "off",
"prettier/prettier": ["error", { "semi": true }]
}
}
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"editor.formatOnSave": true,
"prettier.semi": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"source.fixAll.eslint": "explicit"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
Loading

0 comments on commit b362046

Please sign in to comment.