@santese/biome-config
v1.0.0
Published
Shareable Biome configuration
Readme
@santese/biome-config
Shareable Biome configuration
Description
This package provides a shareable configuration for Biome, a performant formatter, linter, and more for JavaScript, TypeScript, and JSON.
Installation
You can install this package using pnpm, yarn, or npm:
pnpm
pnpm i -D @santese/biome-confignpm
npm install -D @santese/biome-configyarn
yarn add -D @santese/biome-configUsage
After installing the package, you can use it in your Biome configuration file.
Create a biome.json file in your project root and extend this configuration:
{
"extends": ["@santese/biome-config"]
}Configuration
The main configuration file is biome.jsonc. You can find it in the root of
this package.
License
This project is licensed under the MIT License.
Issues
If you encounter any issues or have suggestions, please file them in the issues section of the repository.
Author
@santese
Repository
This package is part of the
santese/configs monorepo, located in the
packages/biome directory.
