mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
[KocalOxcBundle] Add recipe (#1934)
This commit is contained in:
13
kocal/oxc-bundle/1.0/.oxfmtrc.json
Normal file
13
kocal/oxc-bundle/1.0/.oxfmtrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ignorePatterns": [
|
||||
"assets/vendor/**",
|
||||
"assets/controllers.json",
|
||||
"public/assets/**",
|
||||
"public/bundles/**",
|
||||
"tests/**",
|
||||
"var/**",
|
||||
"vendor/**",
|
||||
"composer.json",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
20
kocal/oxc-bundle/1.0/.oxlintrc.json
Normal file
20
kocal/oxc-bundle/1.0/.oxlintrc.json
Normal 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"
|
||||
]
|
||||
}
|
||||
5
kocal/oxc-bundle/1.0/config/packages/kocal_oxc.yaml
Normal file
5
kocal/oxc-bundle/1.0/config/packages/kocal_oxc.yaml
Normal 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'
|
||||
14
kocal/oxc-bundle/1.0/manifest.json
Normal file
14
kocal/oxc-bundle/1.0/manifest.json
Normal 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*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user