@m-social/biome-config
v0.3.0
Published
Shared biome configs for projects used at M-Social
Readme
@m-social/biome-config
A shareable Biome configuration used at M-Social
⚠️ Current Status
This configuration currently supports formatting only. Linting rules may be added in future releases.
For linting, we currently recommend using our ESLint configurations:
@m-social/eslint-config-typescript@m-social/eslint-config-react@m-social/eslint-config-svelte@m-social/eslint-config-next
For improved performance, you can optionally use @m-social/oxlint-config alongside ESLint.
📦 Installation
Install the package using pnpm (recommended):
pnpm add -D @biomejs/biome @m-social/biome-configOr with other package managers:
# npm
npm install --save-dev @biomejs/biome @m-social/biome-config
# yarn
yarn add -D @biomejs/biome @m-social/biome-config🚀 Usage
Create a biome.json or biome.jsonc file in your project root and extend the appropriate configuration:
Base Configuration
{
"extends": ["@m-social/biome-config"]
}React Configuration
{
"extends": ["@m-social/biome-config/react"]
}Svelte Configuration
{
"extends": ["@m-social/biome-config/svelte"]
}📄 License
MIT © M-Social
