Skip to content

Commit

Permalink
Merge pull request #13 from SCBJ-7/feature/#9-issueTemplate,Readme
Browse files Browse the repository at this point in the history
[#9] issueTemplate, PRTemplate 수정 및 Readme.md 수정
  • Loading branch information
wowba authored Jan 3, 2024
2 parents 454c318 + dc52f1a commit 361e885
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 95 deletions.
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/chore.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/design.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/feat.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/fix.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: docs
about: '문서 변경 '
name: issue
about: 새로운 issue 추가
title: ''
labels: docs
labels: ''
assignees: ''
---

Expand Down
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/refactor.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Issue Number

close

### ⛳️ Task

- [ ] 화이팅하기
Expand Down
36 changes: 9 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,12 @@
# React + TypeScript + Vite
# Percent Hotel

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
[배포 링크](https://percenthotel.web.app/)

Currently, two official plugins are available:
## branch

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

## Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

- Configure the top-level `parserOptions` property like this:

```js
export default {
// other rules...
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
}
```

- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
- main
- 배포 브랜치 (firebase web hosting with github action)
- feature
- 기능 개발 및 기타 개인 작업 브랜치
- feature/{issue-number}-{feature-name}
- ex) feature/#123-mainpage

0 comments on commit 361e885

Please sign in to comment.