Skip to content

Commit 0c72404

Browse files
committed
chore(all): prettier 의존성 삭제
1 parent cd64538 commit 0c72404

37 files changed

+209
-315
lines changed

.eslintrc.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"root": true,
33
"parser": "@typescript-eslint/parser",
4-
"plugins": ["@typescript-eslint", "unused-imports", "react-hooks", "prettier"],
4+
"plugins": ["@typescript-eslint", "unused-imports", "react-hooks"],
55
"extends": [
66
"airbnb",
77
"plugin:import/errors",
88
"plugin:import/warnings",
99
"plugin:prettier/recommended",
1010
"plugin:@typescript-eslint/recommended",
11-
"plugin:@next/next/recommended",
12-
"prettier"
11+
"plugin:@next/next/recommended"
1312
],
1413
"ignorePatterns": [
1514
"**/build/**/*.*",

.github/PULL_REQUEST_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Describe your changes
2+
3+
## Issue ticket number and link (optional)
4+
5+
## Checklist
6+
7+
- [ ] 🤔 이 프로젝트의 스타일 가이드를 따르나요?
8+
- [ ] 🤔 머지하기 전에 스스로 코드에 문제가 없음을 확인했나요?
9+
- [ ] 🤔 필요한 주석을 필요한 곳에 넣어주었나요?
10+
- [ ] ⛔️ (필수) base 브랜치를 pull 받았나요?!
11+
12+
## Next Step Todo (optional)
13+
14+
## Screenshots (optional)
15+
16+
## Questions
17+
18+
- 💬 질문 사항이에요!
19+
- 🤷‍♂️ 확인 받고 싶은 부분이에요!
20+
- 🔥 이건 꼭 확인해주세요!

.lintstagedrc.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
const path = require("path");
22

3-
const buildPrettierCommand = (filenames) =>
4-
`yarn prettier --write ${filenames.map((f) => path.relative(process.cwd(), f)).join(" ")}`;
5-
63
const buildEslintCommand = (filenames) =>
74
`yarn lint ${filenames.map((f) => path.relative(process.cwd(), f)).join(" ")}`;
85

96
module.exports = {
10-
"./apps/**/*.{ts,tsx}": [buildPrettierCommand, buildEslintCommand],
7+
"./apps/**/*.{ts,tsx}": [buildEslintCommand],
118
};

.pnp.cjs

+107-170
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"**/.pnp.*": true
55
},
66
"eslint.nodePath": ".yarn/sdks",
7-
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
87
"typescript.tsdk": ".yarn/sdks/typescript/lib",
98
"typescript.enablePromptUseWorkspaceTsdk": true
109
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.

.yarn/sdks/prettier/index.js

-20
This file was deleted.

.yarn/sdks/prettier/package.json

-6
This file was deleted.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
1+
yarnPath: ".yarn/releases/yarn-berry.cjs"

apps/docs/pages/_meta.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"index": "README",
33

4+
"weeks": "",
5+
46
"---": {
57
"type": "separator"
68
},

apps/docs/pages/index.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# 쏙쏙쑥쑥
1+
# Welcome !
22

33
> 쏙쏙쑥쑥 스터디에 오신 걸 환영합니다!
44
55
이 페이지는 쏙쏙쑥쑥 스터디원들과 함께 스터디한 내용들이 업데이트되어 공유가 될 페이지입니다.
66

77
이번 스터디에 지원해주신 많은 분들과, 스터디에 기여해주신 테오님과 파랑님께 깊은 감사의 말씀을 드립니다.
88

9-
스터디에 대해서 문의사항이 있으신 분들은
9+
스터디에 대해서 문의사항이 있으신 분들은
1010

1111
1212

@@ -15,4 +15,3 @@
1515
[카카오톡 오픈채팅방](https://open.kakao.com/o/sTjHAUsf)
1616

1717
으로 편하게 문의주시면 감사하겠습니다.
18-

apps/docs/pages/weeks.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 주차별 계획

apps/docs/pages/weeks/OT.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Orientation

apps/docs/pages/weeks/_meta.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"OT": "OT"
3+
}

apps/docs/theme.config.jsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ export default {
44
project: {
55
link: "https://github.com/function-and-mountain/functional-coding-nutshell",
66
},
7-
docsRepositoryBase: "https://github.com/function-and-mountain/functional-coding-nutshell/tree/main/apps/docs",
7+
docsRepositoryBase:
8+
"https://github.com/function-and-mountain/functional-coding-nutshell/tree/main/apps/docs",
89
sidebar: {
910
toggleButton: true,
1011
},
12+
useNextSeoProps() {
13+
return {
14+
titleTemplate: "%s – 쏙쏙쑥쑥",
15+
};
16+
},
1117
};

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"eslint-plugin-import": "^2.26.0",
2727
"eslint-plugin-json-format": "^2.0.1",
2828
"eslint-plugin-jsx-a11y": "^6.6.1",
29-
"eslint-plugin-prettier": "^4.2.1",
3029
"eslint-plugin-react": "^7.31.11",
3130
"eslint-plugin-react-hooks": "^4.6.0",
3231
"eslint-plugin-react-refresh": "^0.3.4",
@@ -35,7 +34,6 @@
3534
"eslint-plugin-unused-imports": "^2.0.0",
3635
"husky": "^8.0.0",
3736
"lint-staged": "^13.2.2",
38-
"prettier": "latest",
3937
"typescript": "5.1.3"
4038
},
4139
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)