Files
symfony-flex-recipes-contrib/kocal.oxlint-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 86971b697e Update Flex endpoint
2025-07-26 13:12:09 +00:00

50 lines
1.7 KiB
JSON

{
"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/**\",",
" \"public/assets/**\",",
" \"public/bundles/**\",",
" \"var/**\",",
" \"vendor/**\"",
" ]",
"}",
""
],
"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": "b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd"
}
}
}