Skip to content

Commit 3991954

Browse files
committed
[KocalOxcBundle] Add recipe
1 parent 3428e6b commit 3991954

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed

kocal/oxc-bundle/1.0/.oxfmtrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"ignorePatterns": [
3+
"assets/vendor/**",
4+
"assets/controllers.json",
5+
"public/assets/**",
6+
"public/bundles/**",
7+
"tests/**",
8+
"var/**",
9+
"vendor/**",
10+
"composer.json",
11+
"package.json"
12+
]
13+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"plugins": null,
3+
"categories": {},
4+
"rules": {},
5+
"env": {
6+
"builtin": true
7+
},
8+
"globals": {},
9+
"ignorePatterns": [
10+
"assets/vendor/**",
11+
"assets/controllers.json",
12+
"public/assets/**",
13+
"public/bundles/**",
14+
"tests/**",
15+
"var/**",
16+
"vendor/**",
17+
"composer.json",
18+
"package.json"
19+
]
20+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
when@dev:
2+
kocal_oxc:
3+
# The Oxc apps version to use, that you can find at https://github.com/oxc-project/oxc/tags,
4+
# it follows the pattern "apps_v<apps_version>"
5+
apps_version: '1.43.0'

kocal/oxc-bundle/1.0/manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"bundles": {
3+
"Kocal\\OxlintBundle\\KocalOxcBundle": ["dev"]
4+
},
5+
"copy-from-recipe": {
6+
".oxfmtrc.json": ".oxfmtrc.json",
7+
".oxlintrc.json": ".oxlintrc.json",
8+
"config/": "%CONFIG_DIR%/"
9+
},
10+
"gitignore": [
11+
"/%BIN_DIR%/oxfmt*",
12+
"/%BIN_DIR%/oxlint*"
13+
]
14+
}

0 commit comments

Comments
 (0)