We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c981db commit 6702b85Copy full SHA for 6702b85
src/content/docs/tips/biome.mdx
@@ -83,7 +83,7 @@ With `v1.6` Biome provides partial support for Astro. Linting and Formatting is
83
},
84
"overrides": [
85
{
86
- "include": ["*.astro"],
+ "includes": ["*.astro"],
87
"linter": {
88
"rules": {
89
"style": {
@@ -144,4 +144,4 @@ You can use Biome CLI with your preferred package manager by adding following sc
144
"lint:fix": "biome check --write ." // lints, formats and organizes imports
145
}
146
147
-```
+```
0 commit comments