@klnjs/biome-config
v4.4.1
Published
Provides a collection of shareable [biome] configurations for JavaScript / TypeScript projects that can easily be reused across projects.
Readme
@klnjs/biome-config
Provides a collection of shareable biome configurations for JavaScript / TypeScript projects that can easily be reused across projects.
These configurations aim to enforce consistent code formatting, improve code readability, and streamline the development process by eliminating the need for manual configuration.
Installation
You can install the @klnjs/biome-config package using your preferred package manager
npm install @klnjs/biome-config --save-devHow to Use
You can use it by creating a biome.json config file, in the root of your project and extending this configuration:
{
"extends": ["@klnjs/biome-config/core"]
}