Skip to content

Getsoren/biome-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@getsoren/biome-config-react

🧹 Shared Biome configuration for React projects. This package provides a centralized and consistent linting and formatting setup using Biome, ensuring clean and maintainable code across all front-end applications.


📦 Installation

bun add -D @biomejs/biome @getsoren/biome-config-react
# or
yarn add -D @biomejs/biome @getsoren/biome-config-react
# or
npm install -D @biomejs/biome @getsoren/biome-config-react

⚙️ Usage

Create or update a biome.json (or biome.jsonc) file at the root of your project:

{
  "extends": ["@getsoren/biome-config-react"]
}

🧭 Commands

Check for linting and formatting issues:

bun x biome check .

Automatically fix issues:

bun x biome check . --write

Format files:

bun x biome format . --write

About

Shared Biome configuration for Tracktor React projects.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors