Skip to content

Shared Biome configuration for Tracktor React projects.

Notifications You must be signed in to change notification settings

Tracktor/biome-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@tracktor/biome-config-react

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


📦 Installation

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

⚙️ Usage

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

{
  "extends": ["@tracktor/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

No packages published

Contributors 2

  •  
  •