Skip to content

Commit 4435bbb

Browse files
authored
ignore package.json in formatting (#27)
1 parent 1658ce6 commit 4435bbb

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
@@ -10,7 +10,7 @@
1010
"attributePosition": "auto"
1111
},
1212
"files": {
13-
"ignore": ["dist", "node_modules", "tests/cases"]
13+
"ignore": ["dist", "node_modules", "tests/cases", "package.json"]
1414
},
1515
"organizeImports": { "enabled": true },
1616
"linter": {

0 commit comments

Comments
 (0)