Skip to content

Commit 27c6bb1

Browse files
committed
docs: Fix typo in Biome linter documentation
1 parent 0fda09b commit 27c6bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/tools/biome.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: CodeRabbit's guide to Biome.
55
sidebar_position: 5
66
---
77

8-
[Biome](https://biomejs.dev/) is linter for JavaScript, TypeScript, JSX, TSX, JSON, JSONC, CSS.
8+
[Biome](https://biomejs.dev/) is a linter for JavaScript, TypeScript, JSX, TSX, JSON, JSONC, CSS.
99

1010
## Files
1111

@@ -156,7 +156,7 @@ CodeRabbit will use the following settings based on the profile selected if no c
156156
"complexity": {
157157
"noForEach": "off",
158158
"noExcessiveCognitiveComplexity": {
159-
"level": ,
159+
"level": "warn",
160160
"options": {
161161
"maxAllowedComplexity": 25
162162
}

0 commit comments

Comments
 (0)