Skip to content

Commit

Permalink
fix: README.md format
Browse files Browse the repository at this point in the history
  • Loading branch information
susiyaki committed Jun 4, 2024
1 parent 0e27e75 commit 6cb985c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
### 1. Install the Configuration File

Refer to https://jsr.io/@timetree/biome-config for installation instructions.
For example, using pnpm: pnpm dlx jsr add @timetree/biome-config
For example, using pnpm: `pnpm dlx jsr add @timetree/biome-config`

### 2. Extend biome.json

In the biome.json file of each project, add the following:
json
```json
{
"extends": [
"./node_modules/@timetree/biome-config/biome.json"
],
...
}
```

### 3. Override Settings According to the Project

Expand Down

0 comments on commit 6cb985c

Please sign in to comment.