Skip to content

Commit d35bee9

Browse files
fix: satisfy biome formatting for changeset config
Apply canonical JSON formatting for the changesets ignore list so CI lint checks pass on PR #2. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c9627d2 commit d35bee9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": [
11-
"esm-player-test",
12-
"@pie-element/math-inline",
13-
"@pie-element/math-templated"
14-
]
10+
"ignore": ["esm-player-test", "@pie-element/math-inline", "@pie-element/math-templated"]
1511
}

0 commit comments

Comments
 (0)