@luna-oss/biome-config
v5.0.0
Published
Shared Biome 2 configuration for Moon Design System packages.
Readme
@luna-oss/biome-config
Shared Biome 2 configuration for Moon Design System packages and consumers.
Usage
In each package's biome.json:
{
"extends": ["@luna-oss/biome-config"]
}You can also reference the file directly:
{
"extends": ["@luna-oss/biome-config/biome.json"]
}What it ships
- 2-space indent, 100-column line width, LF line endings.
- Double quotes, always-on semicolons, no trailing commas, always-paren arrow parameters.
- Recommended Biome lints with Moon-specific tweaks:
useImportTypeanduseExportTypewarned.noExplicitAnywarned.noUselessTypeConstraintwarned.
organizeImportsenabled.- Standard ignore globs for
dist,build,.astro,.next,.turbo, andnode_modules.
