Skip to content

Commit daf48bc

Browse files
authored
chore(format): ignore package.json files (#342)
1 parent 0784c35 commit daf48bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lineWidth": 100,
1313
"attributePosition": "auto",
1414
"bracketSpacing": true,
15-
"ignore": [".github/workflows/**/*.yml", ".changeset/**/*.md", "**/pnpm-lock.yaml"]
15+
"ignore": [".github/workflows/**/*.yml", ".changeset/**/*.md", "**/pnpm-lock.yaml", "**/package.json"]
1616
},
1717
"organizeImports": { "enabled": true },
1818
"linter": {

0 commit comments

Comments
 (0)