Skip to content

Commit

Permalink
Merge pull request #75 from boostcampwm2023/feat/be/signup
Browse files Browse the repository at this point in the history
νšŒμ›κ°€μž… api κ΅¬ν˜„
  • Loading branch information
sickbirdd authored Nov 16, 2023
2 parents ab949dc + cda2269 commit c296f7e
Show file tree
Hide file tree
Showing 15 changed files with 1,187 additions and 71 deletions.
10 changes: 8 additions & 2 deletions backend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ module.exports = {
{
'selector': ['class', 'enum', 'interface', 'typeAlias'],
'format': ['PascalCase']
}
]
},
],
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
},
};
4 changes: 3 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

*.env
Loading

0 comments on commit c296f7e

Please sign in to comment.