Skip to content

Commit

Permalink
230630_3조 과제 최종 제출
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYBecca committed Jun 30, 2023
1 parent 750c087 commit 5afe74f
Show file tree
Hide file tree
Showing 88 changed files with 37,031 additions and 1,285 deletions.
22 changes: 22 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"react"
],
"rules": {
}
}
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": true,
"tabWidth": 2
}
Loading

0 comments on commit 5afe74f

Please sign in to comment.