Skip to content

Commit

Permalink
Merge pull request #26 from boostcamp-2020/feature/issueListAPI
Browse files Browse the repository at this point in the history
버그 수정
  • Loading branch information
cotton-n authored Oct 29, 2020
2 parents ae5a436 + dc3f013 commit ccaaa6f
Show file tree
Hide file tree
Showing 13 changed files with 510 additions and 211 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"func-names": "off",
"node/no-missing-import": "off",
"no-restricted-syntax": "off",
"no-await-in-loop": "off"
"no-await-in-loop": "off",
"react/prop-types": "off",
"react/jsx-one-expression-per-line": "off"
}
}
6 changes: 0 additions & 6 deletions 1

This file was deleted.

Loading

0 comments on commit ccaaa6f

Please sign in to comment.