すべてのルールは GritQL で記述され、Biome プラグインとして読み込まれます。 各ルールファイルは独立しているため、必要なものだけを選んで使用できます。
src/
| null
enum
const enum
ルールはパッケージルートの grit/ ディレクトリに配置されています。 biome.jsonc でのインポートパス:
grit/
biome.jsonc
node_modules/@logue/biome-plugins/grit/enforce-attribute-order.grit node_modules/@logue/biome-plugins/grit/enforce-pure-src.grit node_modules/@logue/biome-plugins/grit/no-null-type.grit node_modules/@logue/biome-plugins/grit/prefer-union-over-enum.grit node_modules/@logue/biome-plugins/grit/vue-multi-word-filename.grit