mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
58 lines
2.3 KiB
JSON
58 lines
2.3 KiB
JSON
{
|
|
"manifests": {
|
|
"kocal/biome-js-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [
|
|
"dev"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"biome.json": "biome.json"
|
|
},
|
|
"gitignore": [
|
|
"/%BIN_DIR%/biome"
|
|
]
|
|
},
|
|
"files": {
|
|
"biome.json": {
|
|
"contents": [
|
|
"{",
|
|
" \"files\": {",
|
|
" \"includes\": [",
|
|
" \"**\",",
|
|
" \"!assets/vendor/*\",",
|
|
" \"!assets/controllers.json\",",
|
|
" \"!public/assets/*\",",
|
|
" \"!public/bundles/*\",",
|
|
" \"!tests/*\",",
|
|
" \"!var/*\",",
|
|
" \"!vendor/*\",",
|
|
" \"!composer.json\",",
|
|
" \"!package.json\"",
|
|
" ]",
|
|
" }",
|
|
"}",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/kocal_biome_js.yaml": {
|
|
"contents": [
|
|
"when@dev:",
|
|
" kocal_biome_js:",
|
|
" # The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags:",
|
|
" # - for >=2.0.0 versions, the git tag follows the pattern \"@biomejs/biome@<binary_version>\"",
|
|
" # - for <2.0.0 versions, the git tag follows the pattern \"cli/v<binary_version>\"",
|
|
" binary_version: '2.0.0'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "e748fc31eee6e9d9ceaf5ec4f51a371f9f619723"
|
|
}
|
|
}
|
|
}
|