Skip to content

Commit 7ac96d4

Browse files
Merge pull request #278 from TheDragonCode/andrey-helldar-patch-1
Added prohibition on formatting `composer.json` and `package.json` files
2 parents 4f27d7f + 6280b38 commit 7ac96d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

biome.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"**",
1212
"!node_modules",
1313
"!vendor",
14+
"!composer.json",
1415
"!composer.lock",
16+
"!package.json",
1517
"!package-lock.json"
1618
]
1719
},

0 commit comments

Comments
 (0)