[KocalOxlintBundle] Add recipe (#1835)

This commit is contained in:
Hugo Alliaume
2025-07-26 15:11:58 +02:00
committed by GitHub
parent e1b94442b7
commit de766f1896
3 changed files with 26 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"ignorePatterns": [
"assets/vendor/**",
"public/assets/**",
"public/bundles/**",
"var/**",
"vendor/**"
]
}
@@ -0,0 +1,5 @@
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'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Kocal\\OxlintBundle\\KocalOxlintBundle": ["dev"]
},
"copy-from-recipe": {
".oxlintrc.json": ".oxlintrc.json",
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/%BIN_DIR%/oxlint"
]
}