• 日本語
  • ルール

    すべてのルールは GritQL で記述され、Biome プラグインとして読み込まれます。

    各ルールファイルは独立しています。必要なものだけを読み込みましょう。

    利用可能なルール

    ルール重要度チェック対象
    enforce-pure-srcerrorsrc/ 内に Storybook / demo のインポートはありません
    prefer-union-over-enumerrorenumconst enum は禁止されています
    no-null-typewarn型注釈位置での | null の使用

    ルールの場所

    ルールは、このパッケージのルートにある grit/ ディレクトリにあります。

    biome.jsonc のインポートパス:

    node_modules/@logue/biome-plugins/grit/enforce-pure-src.grit
    node_modules/@logue/biome-plugins/grit/prefer-union-over-enum.grit
    node_modules/@logue/biome-plugins/grit/no-null-type.grit