Skip to content

Commit cc22c2d

Browse files
committed
chore: update schema version and refine file inclusions in biome.jsonc
- Updated the schema version from 2.4.4 to 2.4.6 for improved validation. - Added a comment to ignore the invalid syntax fixture in the file inclusions, enhancing clarity on ignored files.
1 parent 1cd1563 commit cc22c2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
33
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
44
"files": {
55
"ignoreUnknown": false,
66
"includes": [
77
"**",
8+
// ignore the invalid syntax fixture
89
"!fixtures/config-formats/invalid-syntax.ts",
910
// ignore coverage files
1011
"!**/coverage",

0 commit comments

Comments
 (0)