mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"manifests": {
|
||||
"kocal/oxlint-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Kocal\\OxlintBundle\\KocalOxlintBundle": [
|
||||
"dev"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
".oxlintrc.json": ".oxlintrc.json",
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%BIN_DIR%/oxlint"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
".oxlintrc.json": {
|
||||
"contents": [
|
||||
"{",
|
||||
" \"ignorePatterns\": [",
|
||||
" \"assets/vendor/**\",",
|
||||
" \"assets/controllers.json\",",
|
||||
" \"public/assets/**\",",
|
||||
" \"public/bundles/**\",",
|
||||
" \"tests/**\",",
|
||||
" \"var/**\",",
|
||||
" \"vendor/**\",",
|
||||
" \"composer.json\",",
|
||||
" \"package.json\"",
|
||||
" ]",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/kocal_oxlint.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" kocal_oxlint:",
|
||||
" # The Oxlint binary version to use, that you can find at https://github.com/oxc-project/oxc/tags,",
|
||||
" # it follows the pattern \"oxlint_v<binary_version>\"",
|
||||
" binary_version: '1.8.0'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "4bbabde32f7e116ae3910cdb886113ca3c6488cd"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -26,6 +26,7 @@
|
||||
" \"!assets/controllers.json\",",
|
||||
" \"!public/assets/*\",",
|
||||
" \"!public/bundles/*\",",
|
||||
" \"!tests/*\",",
|
||||
" \"!var/*\",",
|
||||
" \"!vendor/*\",",
|
||||
" \"!composer.json\",",
|
||||
@@ -50,7 +51,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "596a64433caa3a674576e5924ba9b607e1e14e81"
|
||||
"ref": "e748fc31eee6e9d9ceaf5ec4f51a371f9f619723"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,10 +21,14 @@
|
||||
"{",
|
||||
" \"ignorePatterns\": [",
|
||||
" \"assets/vendor/**\",",
|
||||
" \"assets/controllers.json\",",
|
||||
" \"public/assets/**\",",
|
||||
" \"public/bundles/**\",",
|
||||
" \"tests/**\",",
|
||||
" \"var/**\",",
|
||||
" \"vendor/**\"",
|
||||
" \"vendor/**\",",
|
||||
" \"composer.json\",",
|
||||
" \"package.json\"",
|
||||
" ]",
|
||||
"}",
|
||||
""
|
||||
@@ -43,7 +47,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd"
|
||||
"ref": "4bbabde32f7e116ae3910cdb886113ca3c6488cd"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user