Skip to content

Commit

Permalink
Merge pull request #283 from boostcampwm-2024/dev-be
Browse files Browse the repository at this point in the history
[BE] Dev be -> release
  • Loading branch information
NewCodes7 authored Nov 28, 2024
2 parents e3e905f + 6e7aa31 commit fe3fe79
Show file tree
Hide file tree
Showing 45 changed files with 2,471 additions and 1,057 deletions.
2 changes: 1 addition & 1 deletion BE/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
ignorePatterns: ['.eslintrc.js', 'main.ts'],
rules: {
"eqeqeq": "off",
"curly": "error",
Expand Down
Loading

0 comments on commit fe3fe79

Please sign in to comment.