Skip to content

Commit

Permalink
Merge pull request #67 from Step3-kakao-tech-campus/weekly-8
Browse files Browse the repository at this point in the history
[8주차] : 개발 사항 Merge(weekly-8 → develop)
  • Loading branch information
rktdnjs authored Oct 29, 2023
2 parents 93bb422 + eb9f424 commit 9a22ed9
Show file tree
Hide file tree
Showing 37 changed files with 2,122 additions and 277 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
"labelAttributes": ["htmlFor"]
}
],
"max-len": ["error", { "code": 300, "ignoreRegExpLiterals": true }]
"max-len": ["error", { "code": 300, "ignoreRegExpLiterals": true }],
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true
}
]
},
"settings": {
"import/resolver": {
Expand Down
Loading

0 comments on commit 9a22ed9

Please sign in to comment.