naturalclar.dev

Eslint/Prettier から biome に移行

May 22, 2024

Eslint/Prettier から biome に移行する際のメモ。

biome のインストール

pnpm i -d @biomejs/biome

設定ファイルの生成

pnpm biome init

package.jsonscripts に biome のコマンドを追加

{
  "scripts": {
    "format": "biome check --apply ."
  }
}

Naturalclar (Jesse Katsumata)

Author: Naturalclar (Jesse Katsumata)

X Github