Files
symfony-flex-recipes-contrib/kocal.oxlint-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 69c83dfc08 Update Flex endpoint
2025-10-19 19:52:22 +00:00

54 lines
2.0 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/**\",",
" \"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"
}
}
}