diff --git a/RECIPES.md b/RECIPES.md index 7626b972..4fb3e39d 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -295,6 +295,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [knpuniversity/oauth2-client-bundle](https://packagist.org/packages/knpuniversity/oauth2-client-bundle) | [1.20](knpuniversity/oauth2-client-bundle/1.20) | | [knyk/mailbox-bundle](https://packagist.org/packages/knyk/mailbox-bundle) | [1.0](knyk/mailbox-bundle/1.0) | | [kocal/biome-js-bundle](https://packagist.org/packages/kocal/biome-js-bundle) | [2.0](kocal/biome-js-bundle/2.0) | +| [kocal/oxlint-bundle](https://packagist.org/packages/kocal/oxlint-bundle) | [1.0](kocal/oxlint-bundle/1.0) | | [koff/i18n-form-bundle](https://packagist.org/packages/koff/i18n-form-bundle) | [4.0](koff/i18n-form-bundle/4.0) | | [kriswallsmith/buzz](https://packagist.org/packages/kriswallsmith/buzz) | [1.0](kriswallsmith/buzz/1.0) | | [kunicmarko/jms-messenger-adapter](https://packagist.org/packages/kunicmarko/jms-messenger-adapter) | [0.1](kunicmarko/jms-messenger-adapter/0.1) | diff --git a/archived/kocal.oxlint-bundle/b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd.json b/archived/kocal.oxlint-bundle/b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd.json new file mode 100644 index 00000000..539355fe --- /dev/null +++ b/archived/kocal.oxlint-bundle/b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "kocal/oxlint-bundle": { + "manifest": { + "bundles": { + "Kocal\\OxlintBundle\\KocalOxlintBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + ".oxlintrc.json": ".oxlintrc.json", + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/%BIN_DIR%/oxlint" + ] + }, + "files": { + ".oxlintrc.json": { + "contents": [ + "{", + " \"ignorePatterns\": [", + " \"assets/vendor/**\",", + " \"public/assets/**\",", + " \"public/bundles/**\",", + " \"var/**\",", + " \"vendor/**\"", + " ]", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_oxlint.yaml": { + "contents": [ + "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: '1.8.0'", + "" + ], + "executable": false + } + }, + "ref": "b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd" + } + } +} diff --git a/index.json b/index.json index 23ec08d8..f7e108b0 100644 --- a/index.json +++ b/index.json @@ -935,6 +935,9 @@ "1.1", "2.0" ], + "kocal/oxlint-bundle": [ + "1.0" + ], "koff/i18n-form-bundle": [ "4.0" ], diff --git a/kocal.oxlint-bundle.1.0.json b/kocal.oxlint-bundle.1.0.json new file mode 100644 index 00000000..539355fe --- /dev/null +++ b/kocal.oxlint-bundle.1.0.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "kocal/oxlint-bundle": { + "manifest": { + "bundles": { + "Kocal\\OxlintBundle\\KocalOxlintBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + ".oxlintrc.json": ".oxlintrc.json", + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/%BIN_DIR%/oxlint" + ] + }, + "files": { + ".oxlintrc.json": { + "contents": [ + "{", + " \"ignorePatterns\": [", + " \"assets/vendor/**\",", + " \"public/assets/**\",", + " \"public/bundles/**\",", + " \"var/**\",", + " \"vendor/**\"", + " ]", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_oxlint.yaml": { + "contents": [ + "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: '1.8.0'", + "" + ], + "executable": false + } + }, + "ref": "b18279c5d08603ee1bb6c4e71fc90720bcf9f6cd" + } + } +}