mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
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:
@@ -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
|
||||
@@ -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