Skip to content

Commit 01b5532

Browse files
extracold1209entrydev
authored andcommitted
prettier 삭제 -> eslint 로 전부 정리
1 parent b2ffd79 commit 01b5532

File tree

5 files changed

+24
-334
lines changed

5 files changed

+24
-334
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"extends": ["prettier"],
32
"parser": "babel-eslint",
43
"parserOptions": {
54
"ecmaVersion": 2018,

.github/pull_request_template.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111

1212
- [ ] 신규 하드웨어 추가
1313
- [ ] 기존 하드웨어 변경
14-
- [ ] 신규 기능 추가
15-
- [ ] 기존 기능 수정
1614
- [ ] 기타
1715

18-
### 이 PR 에서 어떤 부분이 변경되었나요?
16+
### 이 PR 에서 어떤 부분이 변경되었나요? (작성필요)
1917

2018
- ...
2119
- ...
@@ -26,4 +24,3 @@
2624
- [ ] 코딩 컨벤션을 정리했는가 (린트, 들여쓰기, 등등..)
2725
- [ ] base branch 설정을 develop-hw 으로 했는가?
2826
- [ ] PR 생성 후, 기존 코드와 충돌이 나진 않았나요?
29-
(충돌이 나면 PR 자체를 승인할 수 없습니다.)

.prettierrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,8 @@
3434
"electron-notarize": "^0.2.1",
3535
"electron-rebuild": "^1.8.8",
3636
"eslint": "^6.7.2",
37-
"eslint-config-prettier": "^4.0.0",
38-
"eslint-plugin-prettier": "^3.0.1",
3937
"immer": "^4.0.2",
4038
"lcdoc": "^0.0.2",
41-
"prettier": "^1.16.4",
42-
"prettier-eslint": "^9.0.1",
4339
"react": "^16.10.2",
4440
"react-cli": "^0.3.1",
4541
"react-dom": "^16.10.2",

0 commit comments

Comments
 (0)