Skip to content

Commit 6702b85

Browse files
authored
Update biome.mdx (#392)
1 parent 4c981db commit 6702b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/tips/biome.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ With `v1.6` Biome provides partial support for Astro. Linting and Formatting is
8383
},
8484
"overrides": [
8585
{
86-
"include": ["*.astro"],
86+
"includes": ["*.astro"],
8787
"linter": {
8888
"rules": {
8989
"style": {
@@ -144,4 +144,4 @@ You can use Biome CLI with your preferred package manager by adding following sc
144144
"lint:fix": "biome check --write ." // lints, formats and organizes imports
145145
}
146146
}
147-
```
147+
```

0 commit comments

Comments
 (0)