0.5.2 • Published 7 months ago

prettier-plugin-korean-spell-checker v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

prettier-plugin-korean-spell-checker

한국어 맞춤법을 검사해주는 prettier 플러그인입니다. hanspell을 통해 맞춤법을 검사하며, 반환된 결과를 통해 문자열을 변환합니다.

  • before

맞춤법에 오류가 있는 코드 예시

  • after

맞춤법이 적용된 코드 예시

Installation

prettier v3에서만 본 플러그인을 사용하실 수 있습니다.

npm install -D prettier prettier-plugin-korean-spell-checker @prettier/sync

Configuration

JSON:

{
  ...,
  "plugins": ["prettier-plugin-korean-spell-checker"]
}
0.5.2

7 months ago