[KocalBiomeJsBundle] Add recipe for 1.1, update biome.json from 1.0 aswell (#1654)

* [KocalBiomeJsBundle] Add recipe for 1.1

* [KocalBiomeJsBundle] Apply biome.json config from 1.1 to 1.0
This commit is contained in:
Hugo Alliaume
2024-08-06 13:14:30 +02:00
committed by GitHub
parent d8de5757bf
commit 6920ee6533
4 changed files with 33 additions and 3 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
{
"files": {
"ignore": [
"composer.json",
"assets/vendor/*",
"vendor/*",
"public/bundles/*"
"assets/controllers.json",
"composer.json",
"public/assets/*",
"public/bundles/*",
"vendor/*"
]
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"files": {
"ignore": [
"assets/vendor/*",
"assets/controllers.json",
"composer.json",
"public/assets/*",
"public/bundles/*",
"vendor/*"
]
}
}
@@ -0,0 +1,7 @@
when@dev:
kocal_biome_js:
# Biome.js CLI version to use:
# - "latest_stable": use the latest stable version
# - "latest_nightly": use the latest nightly version
# - or a specific version, e.g. "v1.8.3", find available tags at https://github.com/biomejs/biome/tags
binary_version: 'latest_stable'
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
},
"copy-from-recipe": {
"biome.json": "biome.json",
"config/": "%CONFIG_DIR%/"
}
}