Skip to content

Commit 0ace104

Browse files
natemoo-regithub-actions[bot]
authored andcommitted
[ci] format
1 parent daf48bc commit 0ace104

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
"lineWidth": 100,
1313
"attributePosition": "auto",
1414
"bracketSpacing": true,
15-
"ignore": [".github/workflows/**/*.yml", ".changeset/**/*.md", "**/pnpm-lock.yaml", "**/package.json"]
15+
"ignore": [
16+
".github/workflows/**/*.yml",
17+
".changeset/**/*.md",
18+
"**/pnpm-lock.yaml",
19+
"**/package.json"
20+
]
1621
},
1722
"organizeImports": { "enabled": true },
1823
"linter": {

0 commit comments

Comments
 (0)