Skip to content

Commit

Permalink
authentication swaggerised
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Mar 22, 2024
1 parent 6b0d819 commit 041708a
Show file tree
Hide file tree
Showing 18 changed files with 1,929 additions and 478 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
singleQuote: true,
trailingComma: 'es5',
semi: true,
tabWidth: 2,
arrowParens: 'avoid',
printWidth: 120
};
20 changes: 18 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
"javascriptreact"
// "vue"
],
"vetur.experimental.templateInterpolationService": true,
"editor.formatOnSave": false
"editor.formatOnSave": false,
"json.validate.enable": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.formatOnSave": true
},
"[typescript]": {
"editor.formatOnSave": true
},
"[typescriptreact]": {
"editor.formatOnSave": true
},
"[css]": {
"editor.formatOnSave": true
},
"[json]": {
"editor.formatOnSave": true
}
}
Loading

0 comments on commit 041708a

Please sign in to comment.