Skip to content

Commit 286d164

Browse files
committed
[KocalOxlintBundle] Add recipe
1 parent e1b9444 commit 286d164

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

kocal/oxlint-bundle/1.0/biome.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ignorePatterns": [
3+
"assets/vendor/**",
4+
"public/assets/**",
5+
"public/bundles/**",
6+
"var/**",
7+
"vendor/**"
8+
]
9+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
when@dev:
2+
kocal_oxlint:
3+
# The Oxlint binary version to use, that you can find at https://github.com/oxc-project/oxc/tags,
4+
# it follows the pattern "oxlint_v<binary_version>"
5+
binary_version: '1.8.0'

kocal/oxlint-bundle/1.0/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bundles": {
3+
"Kocal\\OxlintBundle\\KocalOxlintBundle": ["dev"]
4+
},
5+
"copy-from-recipe": {
6+
".oxlintrc.json": ".oxlintrc.json",
7+
"config/": "%CONFIG_DIR%/"
8+
}
9+
}

0 commit comments

Comments
 (0)