-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: cspell.json 으로 설정을 변경합니다. #172
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
'@cspell/spellchecker': [ | ||
'error', | ||
{ | ||
cspell: { | ||
words: ['choseong', 'jungseong', 'jongseong'], | ||
// eslint-disable-next-line @cspell/spellchecker | ||
flagWords: ['chosung', 'jungsung', 'jongsung'], | ||
}, | ||
}, | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#138 PR에서 chosung, jungsung, jongsung 은 deprecated 되어 하위호환성을 지키는 방향으로 유지됩니다.
cspell 을 error 로 설정하게 될 경우, github username 을 일일이 등록해야 하거나, 테스트 코드에서도 예외처리를 해줘야 하는등 오히려 불편함을 야기하기 쉽습니다. warning 으로 충분하다고 생각하여, 에러 표기를 지우게 되었습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cspell 을 error 로 설정하게 될 경우, github username 을 일일이 등록해야 하거나, 테스트 코드에서도 예외처리를 해줘야 하는등 오히려 불편함을 야기하기 쉽습니다. warning 으로 충분하다고 생각하여, 에러 표기를 지우게 되었습니다.
매우 동의합니다 정말 감사해요!
* fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * fix: main 브랜치와 merge를 위한 수정 * fix: conflict 수정 * fix: 문서에는 chosung prefix를 사용하도록 수정 * fix: ChoseongIncludesDemo 함수명 수정 * chore: cspell.json 으로 설정을 변경합니다. (#172) * fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * docs: chosung~ 문서 작성 * fix: choseongIncludes의 인덱싱 처리 * Create fifty-wolves-melt.md * fix: import CI 오류 해결 --------- Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com> Co-authored-by: 박찬혁 <pgg6713@gmail.com>
* fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * fix: main 브랜치와 merge를 위한 수정 * fix: conflict 수정 * fix: 문서에는 chosung prefix를 사용하도록 수정 * fix: ChoseongIncludesDemo 함수명 수정 * chore: cspell.json 으로 설정을 변경합니다. (#172) * fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * docs: chosung~ 문서 작성 * fix: choseongIncludes의 인덱싱 처리 * Create fifty-wolves-melt.md * fix: import CI 오류 해결 --------- Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com> Co-authored-by: 박찬혁 <pgg6713@gmail.com>
* fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * fix: main 브랜치와 merge를 위한 수정 * fix: conflict 수정 * fix: 문서에는 chosung prefix를 사용하도록 수정 * fix: ChoseongIncludesDemo 함수명 수정 * chore: cspell.json 으로 설정을 변경합니다. (#172) * fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * docs: chosung~ 문서 작성 * fix: choseongIncludes의 인덱싱 처리 * Create fifty-wolves-melt.md * fix: import CI 오류 해결 --------- Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com> Co-authored-by: 박찬혁 <pgg6713@gmail.com>
* docs * Update docs/src/pages/docs/introduction.ko.mdx Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com> * Update docs/src/pages/index.ko.mdx Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com> * chore: version packages (#183) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: 일관된 한글 표기법 적용 (#138) * fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * fix: main 브랜치와 merge를 위한 수정 * fix: conflict 수정 * fix: 문서에는 chosung prefix를 사용하도록 수정 * fix: ChoseongIncludesDemo 함수명 수정 * chore: cspell.json 으로 설정을 변경합니다. (#172) * fix: 일관된 한글 표기법 적용 * fix: 기존의 함수를 유지한 채, deprecated 되도록 수정 * docs: chosung~ 문서 작성 * fix: choseongIncludes의 인덱싱 처리 * Create fifty-wolves-melt.md * fix: import CI 오류 해결 --------- Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com> Co-authored-by: 박찬혁 <pgg6713@gmail.com> * english * Update docs/src/pages/docs/introduction.ko.mdx Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com> * english * Update docs/src/pages/index.ko.mdx * Update docs/src/pages/docs/introduction.ko.mdx --------- Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
Overview
PR Checklist