diff --git a/kocal/biome-js-bundle/1.0/biome.json b/kocal/biome-js-bundle/1.0/biome.json new file mode 100644 index 00000000..d93e5659 --- /dev/null +++ b/kocal/biome-js-bundle/1.0/biome.json @@ -0,0 +1,10 @@ +{ + "files": { + "ignore": [ + "composer.json", + "assets/vendor/*", + "vendor/*", + "public/bundles/*" + ] + } +} diff --git a/kocal/biome-js-bundle/1.0/config/packages/kocal_biome_js.yaml b/kocal/biome-js-bundle/1.0/config/packages/kocal_biome_js.yaml new file mode 100644 index 00000000..940528eb --- /dev/null +++ b/kocal/biome-js-bundle/1.0/config/packages/kocal_biome_js.yaml @@ -0,0 +1,3 @@ +kocal_biome_js: + # Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version + binary_version: null diff --git a/kocal/biome-js-bundle/1.0/manifest.json b/kocal/biome-js-bundle/1.0/manifest.json new file mode 100644 index 00000000..a4422b62 --- /dev/null +++ b/kocal/biome-js-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"] + }, + "copy-from-recipe": { + "biome.json": "biome.json", + "config/": "%CONFIG_DIR%/" + } +}