Skip to content

サポートされていない機能

INFO

これらの機能は計画中です。マイルストーン をフォローしてください。

設定に関する制限

現在サポートされていない機能:

  • package.json 内の prettier フィールド
  • .json および .jsonc 以外の設定ファイル形式
  • サブディレクトリ内のネストされた設定
  • サブディレクトリ内のネストされた .editorconfig
  • experimentalTernaries および experimentalOperatorPosition オプション

注:デフォルトの printWidth100(Prettier は 80 を使用しています)。

Prettier プラグイン

サポートされていません。ただし、Oxfmt には組み込みの代替機能が用意されています:

  • sortImports
    • eslint-plugin-perfectionist/sort-imports に基づく
    • デフォルトで無効化
  • sortTailwindcss
    • prettier-plugin-tailwindcss に基づく
    • デフォルトで無効化
  • sortPackageJson
    • prettier-plugin-packagejson に基づく
    • デフォルトで有効化

詳細については 設定ファイルのリファレンス を参照してください。

Bun ランタイム

https://github.com/oven-sh/bun/issues/25658 の修正を待機中。