mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
[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:
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"files": {
|
||||
"ignore": [
|
||||
"composer.json",
|
||||
"assets/vendor/*",
|
||||
"vendor/*",
|
||||
"public/bundles/*"
|
||||
"assets/controllers.json",
|
||||
"composer.json",
|
||||
"public/assets/*",
|
||||
"public/bundles/*",
|
||||
"vendor/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"biome.json": "biome.json",
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user