Add kocal/biome-js-bundle recipe (#1617)

* Add kocal/biome-js-bundle recipe

* [BiomeJsBundle] Add "composer.json" to ignored files
This commit is contained in:
Hugo Alliaume
2024-05-26 13:58:36 +02:00
committed by GitHub
parent 8fb0eea7a6
commit 2c79d8ac41
3 changed files with 22 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"files": {
"ignore": [
"composer.json",
"assets/vendor/*",
"vendor/*",
"public/bundles/*"
]
}
}
@@ -0,0 +1,3 @@
kocal_biome_js:
# Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version
binary_version: null
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
},
"copy-from-recipe": {
"biome.json": "biome.json",
"config/": "%CONFIG_DIR%/"
}
}