[KocalOxcBundle] Add recipe (#1934)

This commit is contained in:
Hugo Alliaume
2026-02-10 21:47:35 +01:00
committed by GitHub
parent f8a90ef534
commit f2283e952e
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"ignorePatterns": [
"assets/vendor/**",
"assets/controllers.json",
"public/assets/**",
"public/bundles/**",
"tests/**",
"var/**",
"vendor/**",
"composer.json",
"package.json"
]
}

View File

@@ -0,0 +1,20 @@
{
"plugins": null,
"categories": {},
"rules": {},
"env": {
"builtin": true
},
"globals": {},
"ignorePatterns": [
"assets/vendor/**",
"assets/controllers.json",
"public/assets/**",
"public/bundles/**",
"tests/**",
"var/**",
"vendor/**",
"composer.json",
"package.json"
]
}

View File

@@ -0,0 +1,5 @@
when@dev:
kocal_oxc:
# The Oxc apps version to use, that you can find at https://github.com/oxc-project/oxc/tags,
# it follows the pattern "apps_v<apps_version>"
apps_version: '1.43.0'

View File

@@ -0,0 +1,14 @@
{
"bundles": {
"Kocal\\OxcBundle\\KocalOxcBundle": ["dev"]
},
"copy-from-recipe": {
".oxfmtrc.json": ".oxfmtrc.json",
".oxlintrc.json": ".oxlintrc.json",
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/%BIN_DIR%/oxfmt*",
"/%BIN_DIR%/oxlint*"
]
}