prettier-plugin-korean-spell-checker
TypeScript icon, indicating that this package has built-in type declarations

0.5.2 • Public • Published

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"]
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i prettier-plugin-korean-spell-checker

    Weekly Downloads

    0

    Version

    0.5.2

    License

    MIT

    Unpacked Size

    4.73 MB

    Total Files

    25

    Last publish

    Collaborators

    • youthfulhps